Html Css Color HEX #F24ACB Razzle Dazzle Rose

📋 copy color: '#F24ACB'

red 242 ◦ green 74 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F24ACB

Tints of Razzle Dazzle Rose #F24ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.26%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 46.63%
G = 14.26%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F24ACB (or 0xF24ACB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 4A and CB. RGB value is (242,74,203). Sum of RGB (Red+Green+Blue) = 242+74+203=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F24ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24ACB is #0DB534. Grayscale: #8A8A8A. Windows color (decimal): -898357 or 13322994. OLE color: 13322994.

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

Color convert

RGB 242 74 203 -
CMYK 0 0.69 0.16 0.05
HSL 313.93º 0.87% 0.62% -
HSV(B) 313.93º 0.69% 0.95% -
XYZ 49.85 28.09 59.29 -
YUV 138.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 242 74 203 0 0.69 0.16 0.05 313.93 0.87 0.62
Hex F2 4A CB 0 45 10 5 13A 57 3E
Octal 362 112 313 0 105 20 5 472 127 76
Binary 11110010 1001010 11001011 0 1000101 10000 101 100111010 1010111 111110

Color Harmonies of #F24ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24ACB

Black with #F24ACB

Text Example


Text Example

White with #F24ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24ACB; }

 p { color: rgb(242,74,203); }

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

background-color css

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

 a { background-color: rgb(242,74,203); }

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

border-color css

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

 span { border-color: rgb(242,74,203); }

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