Html Css Color HEX #F121DA Razzle Dazzle Rose

📋 copy color: '#F121DA'

red 241 ◦ green 33 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F121DA

Tints of Razzle Dazzle Rose #F121DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 48.98%
G = 6.71%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F121DA (or 0xF121DA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 21 and DA. RGB value is (241,33,218). Sum of RGB (Red+Green+Blue) = 241+33+218=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F121DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121DA is #0EDE25. Grayscale: #737373. Windows color (decimal): -974374 or 14295537. OLE color: 14295537.

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

Color convert

RGB 241 33 218 -
CMYK 0 0.86 0.10 0.05
HSL 306.63º 0.88% 0.54% -
HSV(B) 306.63º 0.86% 0.95% -
XYZ 49.47 24.85 68.52 -
YUV 116.28 185.41 216.96 -
System Red Green Blue C M Y K H S L
Decimal 241 33 218 0 0.86 0.10 0.05 306.63 0.88 0.54
Hex F1 21 DA 0 56 A 5 133 58 36
Octal 361 41 332 0 126 12 5 463 130 66
Binary 11110001 100001 11011010 0 1010110 1010 101 100110011 1011000 110110

Color Harmonies of #F121DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F121DA

Black with #F121DA

Text Example


Text Example

White with #F121DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F121DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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