#f249d0

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

Shades of Razzle Dazzle Rose #F249D0

Tints of Razzle Dazzle Rose #F249D0

Color information

#F249D0 (or 0xF249D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 49 and D0. RGB value is (242,73,208). Sum of RGB (Red+Green+Blue) = 242+73+208=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F249D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249D0 is #0DB62F. Grayscale: #8A8A8A. Windows color (decimal): -898608 or 13650418. OLE color: 13650418.

HSL color Cylindrical-coordinate representation of color #F249D0: hue angle of 312.07º 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 #F249D0 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24273208-
CMYK00.700.140.05
HSL312.07º86.67%61.76%-
HSV(B)312.07º69.83%94.9%-
XYZ50.3928.262.46-
YUV138.92166.99201.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 73 (28.91% from 255) = 13.96%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=46.27%
G=13.96%
B=39.77%

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
Decimal2427320800.700.140.05312.0786.6761.76
HexF249D0046E5138573e
Octal362111320010616547012776
Binary111100101001001110100000100011011101011001110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f249d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f249d0; }

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

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

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

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

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

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

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

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