Html Css Color HEX #F121D0 Razzle Dazzle Rose

📋 copy color: '#F121D0'

red 241 ◦ green 33 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F121D0

Tints of Razzle Dazzle Rose #F121D0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.85%

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

R = 50%
G = 6.85%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F121D0 (or 0xF121D0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 21 and D0. RGB value is (241,33,208). Sum of RGB (Red+Green+Blue) = 241+33+208=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F121D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121D0 is #0EDE2F. Grayscale: #727272. Windows color (decimal): -974384 or 13640177. OLE color: 13640177.

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

Color convert

RGB 241 33 208 -
CMYK 0 0.86 0.14 0.05
HSL 309.52º 0.88% 0.54% -
HSV(B) 309.52º 0.86% 0.95% -
XYZ 48.2 24.34 61.83 -
YUV 115.14 180.41 217.77 -
System Red Green Blue C M Y K H S L
Decimal 241 33 208 0 0.86 0.14 0.05 309.52 0.88 0.54
Hex F1 21 D0 0 56 E 5 136 58 36
Octal 361 41 320 0 126 16 5 466 130 66
Binary 11110001 100001 11010000 0 1010110 1110 101 100110110 1011000 110110

Color Harmonies of #F121D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121D0

Black with #F121D0

Text Example


Text Example

White with #F121D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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