Html Css Color HEX #F03ADE Razzle Dazzle Rose

📋 copy color: '#F03ADE'

red 240 ◦ green 58 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F03ADE

Tints of Razzle Dazzle Rose #F03ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 46.15%
G = 11.15%
B = 42.69%

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

#F03ADE (or 0xF03ADE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and DE. RGB value is (240,58,222). Sum of RGB (Red+Green+Blue) = 240+58+222=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ADE is #0FC521. Grayscale: #828282. Windows color (decimal): -1033506 or 14564080. OLE color: 14564080.

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

Color convert

RGB 240 58 222 -
CMYK 0 0.76 0.08 0.06
HSL 305.93º 0.86% 0.58% -
HSV(B) 305.93º 0.76% 0.94% -
XYZ 50.63 26.83 71.62 -
YUV 131.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 240 58 222 0 0.76 0.08 0.06 305.93 0.86 0.58
Hex F0 3A DE 0 4C 8 6 132 56 3A
Octal 360 72 336 0 114 10 6 462 126 72
Binary 11110000 111010 11011110 0 1001100 1000 110 100110010 1010110 111010

Color Harmonies of #F03ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ADE

Black with #F03ADE

Text Example


Text Example

White with #F03ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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