Html Css Color HEX #F120D3 Razzle Dazzle Rose

📋 copy color: '#F120D3'

red 241 ◦ green 32 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F120D3

Tints of Razzle Dazzle Rose #F120D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 49.79%
G = 6.61%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F120D3 (or 0xF120D3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and D3. RGB value is (241,32,211). Sum of RGB (Red+Green+Blue) = 241+32+211=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F120D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120D3 is #0EDF2C. Grayscale: #727272. Windows color (decimal): -974637 or 13836529. OLE color: 13836529.

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

Color convert

RGB 241 32 211 -
CMYK 0 0.87 0.12 0.05
HSL 308.61º 0.88% 0.54% -
HSV(B) 308.61º 0.87% 0.95% -
XYZ 48.55 24.44 63.79 -
YUV 114.9 182.24 217.95 -
System Red Green Blue C M Y K H S L
Decimal 241 32 211 0 0.87 0.12 0.05 308.61 0.88 0.54
Hex F1 20 D3 0 57 C 5 135 58 36
Octal 361 40 323 0 127 14 5 465 130 66
Binary 11110001 100000 11010011 0 1010111 1100 101 100110101 1011000 110110

Color Harmonies of #F120D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F120D3

Black with #F120D3

Text Example


Text Example

White with #F120D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F120D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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