Html Css Color HEX #F12ADE Razzle Dazzle Rose

📋 copy color: '#F12ADE'

red 241 ◦ green 42 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F12ADE

Tints of Razzle Dazzle Rose #F12ADE

RGB

 RED value IS 241 (94.53% from 255) = 47.72%

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

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

R = 47.72%
G = 8.32%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F12ADE (or 0xF12ADE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and DE. RGB value is (241,42,222). Sum of RGB (Red+Green+Blue) = 241+42+222=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 42 (16.80% from 255 or 8.32% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ADE is #0ED521. Grayscale: #797979. Windows color (decimal): -972066 or 14559985. OLE color: 14559985.

HSL color Cylindrical-coordinate representation of color #F12ADE: hue angle of 305.73º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12ADE is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 42 222 -
CMYK 0 0.83 0.08 0.05
HSL 305.73º 0.88% 0.55% -
HSV(B) 305.73º 0.83% 0.95% -
XYZ 50.29 25.63 71.4 -
YUV 122.02 184.43 212.86 -
System Red Green Blue C M Y K H S L
Decimal 241 42 222 0 0.83 0.08 0.05 305.73 0.88 0.55
Hex F1 2A DE 0 53 8 5 132 58 37
Octal 361 52 336 0 123 10 5 462 130 67
Binary 11110001 101010 11011110 0 1010011 1000 101 100110010 1011000 110111

Color Harmonies of #F12ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ADE

Black with #F12ADE

Text Example


Text Example

White with #F12ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ADE; }

 p { color: rgb(241,42,222); }

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

background-color css

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

 a { background-color: rgb(241,42,222); }

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

border-color css

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

 span { border-color: rgb(241,42,222); }

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