Html Css Color HEX #F03ACB Razzle Dazzle Rose

📋 copy color: '#F03ACB'

red 240 ◦ green 58 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F03ACB

Tints of Razzle Dazzle Rose #F03ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.58%

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

R = 47.9%
G = 11.58%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F03ACB (or 0xF03ACB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and CB. RGB value is (240,58,203). Sum of RGB (Red+Green+Blue) = 240+58+203=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ACB is #0FC534. Grayscale: #808080. Windows color (decimal): -1033525 or 13318896. OLE color: 13318896.

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

Color convert

RGB 240 58 203 -
CMYK 0 0.76 0.15 0.06
HSL 312.2º 0.86% 0.58% -
HSV(B) 312.2º 0.76% 0.94% -
XYZ 48.23 25.86 58.95 -
YUV 128.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 240 58 203 0 0.76 0.15 0.06 312.2 0.86 0.58
Hex F0 3A CB 0 4C F 6 138 56 3A
Octal 360 72 313 0 114 17 6 470 126 72
Binary 11110000 111010 11001011 0 1001100 1111 110 100111000 1010110 111010

Color Harmonies of #F03ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ACB

Black with #F03ACB

Text Example


Text Example

White with #F03ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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