Html Css Color HEX #F120DA Razzle Dazzle Rose

📋 copy color: '#F120DA'

red 241 ◦ green 32 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F120DA

Tints of Razzle Dazzle Rose #F120DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 49.08%
G = 6.52%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F120DA (or 0xF120DA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and DA. RGB value is (241,32,218). Sum of RGB (Red+Green+Blue) = 241+32+218=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F120DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120DA is #0EDF25. Grayscale: #737373. Windows color (decimal): -974630 or 14295281. OLE color: 14295281.

HSL color Cylindrical-coordinate representation of color #F120DA: hue angle of 306.6º 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 #F120DA is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 218 -
CMYK 0 0.87 0.10 0.05
HSL 306.6º 0.88% 0.54% -
HSV(B) 306.6º 0.87% 0.95% -
XYZ 49.45 24.8 68.51 -
YUV 115.7 185.74 217.38 -
System Red Green Blue C M Y K H S L
Decimal 241 32 218 0 0.87 0.10 0.05 306.6 0.88 0.54
Hex F1 20 DA 0 57 A 5 133 58 36
Octal 361 40 332 0 127 12 5 463 130 66
Binary 11110001 100000 11011010 0 1010111 1010 101 100110011 1011000 110110

Color Harmonies of #F120DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120DA

Black with #F120DA

Text Example


Text Example

White with #F120DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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