Html Css Color HEX #F02ACB Razzle Dazzle Rose

📋 copy color: '#F02ACB'

red 240 ◦ green 42 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F02ACB

Tints of Razzle Dazzle Rose #F02ACB

RGB

 RED value IS 240 (94.14% from 255) = 49.48%

 GREEN value IS 42 (16.8% from 255) = 8.66%

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

R = 49.48%
G = 8.66%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F02ACB (or 0xF02ACB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2A and CB. RGB value is (240,42,203). Sum of RGB (Red+Green+Blue) = 240+42+203=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F02ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02ACB is #0FD534. Grayscale: #777777. Windows color (decimal): -1037621 or 13314800. OLE color: 13314800.

HSL color Cylindrical-coordinate representation of color #F02ACB: hue angle of 311.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02ACB is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 42 203 -
CMYK 0 0.82 0.15 0.06
HSL 311.21º 0.87% 0.55% -
HSV(B) 311.21º 0.83% 0.94% -
XYZ 47.54 24.49 58.72 -
YUV 119.56 175.1 213.91 -
System Red Green Blue C M Y K H S L
Decimal 240 42 203 0 0.82 0.15 0.06 311.21 0.87 0.55
Hex F0 2A CB 0 52 F 6 137 57 37
Octal 360 52 313 0 122 17 6 467 127 67
Binary 11110000 101010 11001011 0 1010010 1111 110 100110111 1010111 110111

Color Harmonies of #F02ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02ACB

Black with #F02ACB

Text Example


Text Example

White with #F02ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02ACB; }

 p { color: rgb(240,42,203); }

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

background-color css

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

 a { background-color: rgb(240,42,203); }

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

border-color css

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

 span { border-color: rgb(240,42,203); }

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