Html Css Color HEX #F120D0 Razzle Dazzle Rose

📋 copy color: '#F120D0'

red 241 ◦ green 32 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F120D0

Tints of Razzle Dazzle Rose #F120D0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.65%

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 50.1%
G = 6.65%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F120D0 (or 0xF120D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and D0. RGB value is (241,32,208). Sum of RGB (Red+Green+Blue) = 241+32+208=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F120D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120D0 is #0EDF2F. Grayscale: #727272. Windows color (decimal): -974640 or 13639921. OLE color: 13639921.

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

Color convert

RGB 241 32 208 -
CMYK 0 0.87 0.14 0.05
HSL 309.47º 0.88% 0.54% -
HSV(B) 309.47º 0.87% 0.95% -
XYZ 48.18 24.29 61.82 -
YUV 114.56 180.74 218.19 -
System Red Green Blue C M Y K H S L
Decimal 241 32 208 0 0.87 0.14 0.05 309.47 0.88 0.54
Hex F1 20 D0 0 57 E 5 135 58 36
Octal 361 40 320 0 127 16 5 465 130 66
Binary 11110001 100000 11010000 0 1010111 1110 101 100110101 1011000 110110

Color Harmonies of #F120D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120D0

Black with #F120D0

Text Example


Text Example

White with #F120D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120D0; }

 p { color: rgb(241,32,208); }

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

background-color css

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

 a { background-color: rgb(241,32,208); }

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

border-color css

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

 span { border-color: rgb(241,32,208); }

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