Html Css Color HEX #F121DF Razzle Dazzle Rose

📋 copy color: '#F121DF'

red 241 ◦ green 33 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F121DF

Tints of Razzle Dazzle Rose #F121DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 48.49%
G = 6.64%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F121DF (or 0xF121DF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 21 and DF. RGB value is (241,33,223). Sum of RGB (Red+Green+Blue) = 241+33+223=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F121DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121DF is #0EDE20. Grayscale: #747474. Windows color (decimal): -974369 or 14623217. OLE color: 14623217.

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

Color convert

RGB 241 33 223 -
CMYK 0 0.86 0.07 0.05
HSL 305.19º 0.88% 0.54% -
HSV(B) 305.19º 0.86% 0.95% -
XYZ 50.14 25.12 72.02 -
YUV 116.85 187.91 216.55 -
System Red Green Blue C M Y K H S L
Decimal 241 33 223 0 0.86 0.07 0.05 305.19 0.88 0.54
Hex F1 21 DF 0 56 7 5 131 58 36
Octal 361 41 337 0 126 7 5 461 130 66
Binary 11110001 100001 11011111 0 1010110 111 101 100110001 1011000 110110

Color Harmonies of #F121DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121DF

Black with #F121DF

Text Example


Text Example

White with #F121DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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