#F343BE

Color #F343BE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F343BE

Tints of Razzle Dazzle Rose #F343BE

Color information

#F343BE (or 0xF343BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 43 and BE. RGB value is (243,67,190). Sum of RGB (Red+Green+Blue) = 243+67+190=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F343BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F343BE is #0CBC41. Grayscale: #858585. Windows color (decimal): -834626 or 12469235. OLE color: 12469235.

HSL color Cylindrical-coordinate representation of color #F343BE: hue angle of 318.07º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F343BE is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24367190-
CMYK00.720.220.05
HSL318.07º88%60.78%-
HSV(B)318.07º72.43%95.29%-
XYZ48.2626.7951.34-
YUV133.65159.81206-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 48.6%
GREEN value IS 67 (26.56% from 255) = 13.4%
BLUE value IS 190 (74.61% from 255) = 38%
R=48.6%
G=13.4%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436719000.720.220.05318.078860.78
HexF343BE04816513e583d
Octal363103276011026547613075
Binary1111001110000111011111001001000101101011001111101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F343BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F343BE; }

 p { color: rgb(243,67,190); }

 H1.HeaderClassName
 {
   color: #F343BE;
 }
 .AnyTagClassName
 {
   color: #F343BE;
 }
</style>
background-color css

<style>
 a { background-color: #F343BE; }

 a { background-color: rgb(243,67,190); }

 div.DivClassName
 {
   background-color: #F343BE;
 }
 .BgClassName
 {
   background-color: #F343BE;
 }
</style>
border-color css

<style>
 span { border-color: #F343BE; }

 span { border-color: rgb(243,67,190); }

 td.TdClassName
 {
   border-color: #F343BE;
 }
 .TagClassName
 {
   border-color: #F343BE;
 }
</style>