#F340CF

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

Shades of Razzle Dazzle Rose #F340CF

Tints of Razzle Dazzle Rose #F340CF

Color information

#F340CF (or 0xF340CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 40 and CF. RGB value is (243,64,207). Sum of RGB (Red+Green+Blue) = 243+64+207=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F340CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340CF is #0CBF30. Grayscale: #858585. Windows color (decimal): -835377 or 13582579. OLE color: 13582579.

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

Color convert

RGB24364207-
CMYK00.740.150.05
HSL312.07º88.18%60.2%-
HSV(B)312.07º73.66%95.29%-
XYZ50.0627.2361.65-
YUV133.82169.3205.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 64 (25.39% from 255) = 12.45%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=47.28%
G=12.45%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436420700.740.150.05312.0788.1860.2
HexF340CF04AF5138583c
Octal363100317011217547013074
Binary111100111000000110011110100101011111011001110001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F340CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F340CF; }

 p { color: rgb(243,64,207); }

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

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

 a { background-color: rgb(243,64,207); }

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

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

 span { border-color: rgb(243,64,207); }

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