Html Css Color HEX #F03ADC Razzle Dazzle Rose

📋 copy color: '#F03ADC'

red 240 ◦ green 58 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F03ADC

Tints of Razzle Dazzle Rose #F03ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 46.33%
G = 11.2%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F03ADC (or 0xF03ADC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and DC. RGB value is (240,58,220). Sum of RGB (Red+Green+Blue) = 240+58+220=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ADC is #0FC523. Grayscale: #828282. Windows color (decimal): -1033508 or 14433008. OLE color: 14433008.

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

Color convert

RGB 240 58 220 -
CMYK 0 0.76 0.08 0.06
HSL 306.59º 0.86% 0.58% -
HSV(B) 306.59º 0.76% 0.94% -
XYZ 50.37 26.72 70.21 -
YUV 130.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 240 58 220 0 0.76 0.08 0.06 306.59 0.86 0.58
Hex F0 3A DC 0 4C 8 6 133 56 3A
Octal 360 72 334 0 114 10 6 463 126 72
Binary 11110000 111010 11011100 0 1001100 1000 110 100110011 1010110 111010

Color Harmonies of #F03ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ADC

Black with #F03ADC

Text Example


Text Example

White with #F03ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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