Html Css Color HEX #F121CE Razzle Dazzle Rose

📋 copy color: '#F121CE'

red 241 ◦ green 33 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F121CE

Tints of Razzle Dazzle Rose #F121CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 50.21%
G = 6.88%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F121CE (or 0xF121CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 21 and CE. RGB value is (241,33,206). Sum of RGB (Red+Green+Blue) = 241+33+206=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F121CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121CE is #0EDE31. Grayscale: #727272. Windows color (decimal): -974386 or 13509105. OLE color: 13509105.

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

Color convert

RGB 241 33 206 -
CMYK 0 0.86 0.15 0.05
HSL 310.1º 0.88% 0.54% -
HSV(B) 310.1º 0.86% 0.95% -
XYZ 47.96 24.24 60.54 -
YUV 114.91 179.41 217.93 -
System Red Green Blue C M Y K H S L
Decimal 241 33 206 0 0.86 0.15 0.05 310.1 0.88 0.54
Hex F1 21 CE 0 56 F 5 136 58 36
Octal 361 41 316 0 126 17 5 466 130 66
Binary 11110001 100001 11001110 0 1010110 1111 101 100110110 1011000 110110

Color Harmonies of #F121CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121CE

Black with #F121CE

Text Example


Text Example

White with #F121CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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