Html Css Color HEX #F249CA Razzle Dazzle Rose

📋 copy color: '#F249CA'

red 242 ◦ green 73 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F249CA

Tints of Razzle Dazzle Rose #F249CA

RGB

 RED value IS 242 (94.92% from 255) = 46.81%

 GREEN value IS 73 (28.91% from 255) = 14.12%

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 46.81%
G = 14.12%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F249CA (or 0xF249CA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 49 and CA. RGB value is (242,73,202). Sum of RGB (Red+Green+Blue) = 242+73+202=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F249CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249CA is #0DB635. Grayscale: #898989. Windows color (decimal): -898614 or 13257202. OLE color: 13257202.

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

Color convert

RGB 242 73 202 -
CMYK 0 0.70 0.17 0.05
HSL 314.2º 0.87% 0.62% -
HSV(B) 314.2º 0.7% 0.95% -
XYZ 49.66 27.91 58.65 -
YUV 138.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 242 73 202 0 0.70 0.17 0.05 314.2 0.87 0.62
Hex F2 49 CA 0 46 11 5 13A 57 3E
Octal 362 111 312 0 106 21 5 472 127 76
Binary 11110010 1001001 11001010 0 1000110 10001 101 100111010 1010111 111110

Color Harmonies of #F249CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249CA

Black with #F249CA

Text Example


Text Example

White with #F249CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249CA; }

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

 H1.HeaderClassName
 {
   color: #F249CA;
 }
 .AnyTagClassName
 {
   color: #F249CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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