Html Css Color HEX #F249D0 Razzle Dazzle Rose

📋 copy color: '#F249D0'

red 242 ◦ green 73 ◦ blue 208

#F249D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F249D0

Tints of Razzle Dazzle Rose #F249D0

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 value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F249D0 (or 0xF249D0) is known color: 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

RGB 242 73 208 -
CMYK 0 0.70 0.14 0.05
HSL 312.07º 0.87% 0.62% -
HSV(B) 312.07º 0.7% 0.95% -
XYZ 50.39 28.2 62.46 -
YUV 138.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 242 73 208 0 0.70 0.14 0.05 312.07 0.87 0.62
Hex F2 49 D0 0 46 E 5 138 57 3E
Octal 362 111 320 0 106 16 5 470 127 76
Binary 11110010 1001001 11010000 0 1000110 1110 101 100111000 1010111 111110

Color Harmonies of #F249D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249D0

Black with #F249D0

Text Example


Text Example

White with #F249D0

Text Example


Text Example

HTML Codes & Css Web 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>