Html Css Color HEX #F121DD Razzle Dazzle Rose

📋 copy color: '#F121DD'

red 241 ◦ green 33 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F121DD

Tints of Razzle Dazzle Rose #F121DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 48.69%
G = 6.67%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F121DD (or 0xF121DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 21 and DD. RGB value is (241,33,221). Sum of RGB (Red+Green+Blue) = 241+33+221=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F121DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121DD is #0EDE22. Grayscale: #747474. Windows color (decimal): -974371 or 14492145. OLE color: 14492145.

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

Color convert

RGB 241 33 221 -
CMYK 0 0.86 0.08 0.05
HSL 305.77º 0.88% 0.54% -
HSV(B) 305.77º 0.86% 0.95% -
XYZ 49.87 25.01 70.61 -
YUV 116.62 186.91 216.71 -
System Red Green Blue C M Y K H S L
Decimal 241 33 221 0 0.86 0.08 0.05 305.77 0.88 0.54
Hex F1 21 DD 0 56 8 5 132 58 36
Octal 361 41 335 0 126 10 5 462 130 66
Binary 11110001 100001 11011101 0 1010110 1000 101 100110010 1011000 110110

Color Harmonies of #F121DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121DD

Black with #F121DD

Text Example


Text Example

White with #F121DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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