Html Css Color HEX #F122D6 Razzle Dazzle Rose

📋 copy color: '#F122D6'

red 241 ◦ green 34 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F122D6

Tints of Razzle Dazzle Rose #F122D6

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.95%

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 49.28%
G = 6.95%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F122D6 (or 0xF122D6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 22 and D6. RGB value is (241,34,214). Sum of RGB (Red+Green+Blue) = 241+34+214=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 34 (13.67% from 255 or 6.95% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F122D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F122D6 is #0EDD29. Grayscale: #737373. Windows color (decimal): -974122 or 14033649. OLE color: 14033649.

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

Color convert

RGB 241 34 214 -
CMYK 0 0.86 0.11 0.05
HSL 307.83º 0.88% 0.54% -
HSV(B) 307.83º 0.86% 0.95% -
XYZ 48.99 24.7 65.8 -
YUV 116.41 183.08 216.86 -
System Red Green Blue C M Y K H S L
Decimal 241 34 214 0 0.86 0.11 0.05 307.83 0.88 0.54
Hex F1 22 D6 0 56 B 5 134 58 36
Octal 361 42 326 0 126 13 5 464 130 66
Binary 11110001 100010 11010110 0 1010110 1011 101 100110100 1011000 110110

Color Harmonies of #F122D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F122D6

Black with #F122D6

Text Example


Text Example

White with #F122D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F122D6; }

 p { color: rgb(241,34,214); }

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

background-color css

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

 a { background-color: rgb(241,34,214); }

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

border-color css

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

 span { border-color: rgb(241,34,214); }

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