#f249cf

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

Shades of Razzle Dazzle Rose #F249CF

Tints of Razzle Dazzle Rose #F249CF

Color information

#F249CF (or 0xF249CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 49 and CF. RGB value is (242,73,207). Sum of RGB (Red+Green+Blue) = 242+73+207=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F249CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249CF is #0DB630. Grayscale: #8A8A8A. Windows color (decimal): -898609 or 13584882. OLE color: 13584882.

HSL color Cylindrical-coordinate representation of color #F249CF: hue angle of 312.43º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249CF is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24273207-
CMYK00.700.140.05
HSL312.43º86.67%61.76%-
HSV(B)312.43º69.83%94.9%-
XYZ50.2628.1561.82-
YUV138.81166.49201.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 73 (28.91% from 255) = 13.98%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=46.36%
G=13.98%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427320700.700.140.05312.4386.6761.76
HexF249CF046E5138573e
Octal362111317010616547012776
Binary111100101001001110011110100011011101011001110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f249cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f249cf; }

 p { color: rgb(242,73,207); }

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

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

 a { background-color: rgb(242,73,207); }

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

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

 span { border-color: rgb(242,73,207); }

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