Html Css Color HEX #F03ACC Razzle Dazzle Rose

📋 copy color: '#F03ACC'

red 240 ◦ green 58 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F03ACC

Tints of Razzle Dazzle Rose #F03ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 47.81%
G = 11.55%
B = 40.64%

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

#F03ACC (or 0xF03ACC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and CC. RGB value is (240,58,204). Sum of RGB (Red+Green+Blue) = 240+58+204=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ACC is #0FC533. Grayscale: #808080. Windows color (decimal): -1033524 or 13384432. OLE color: 13384432.

HSL color Cylindrical-coordinate representation of color #F03ACC: hue angle of 311.87º 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 #F03ACC is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 58 204 -
CMYK 0 0.76 0.15 0.06
HSL 311.87º 0.86% 0.58% -
HSV(B) 311.87º 0.76% 0.94% -
XYZ 48.35 25.91 59.58 -
YUV 129.06 170.3 207.13 -
System Red Green Blue C M Y K H S L
Decimal 240 58 204 0 0.76 0.15 0.06 311.87 0.86 0.58
Hex F0 3A CC 0 4C F 6 138 56 3A
Octal 360 72 314 0 114 17 6 470 126 72
Binary 11110000 111010 11001100 0 1001100 1111 110 100111000 1010110 111010

Color Harmonies of #F03ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ACC

Black with #F03ACC

Text Example


Text Example

White with #F03ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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