Html Css Color HEX #F12BDD Razzle Dazzle Rose

📋 copy color: '#F12BDD'

red 241 ◦ green 43 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F12BDD

Tints of Razzle Dazzle Rose #F12BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.51%

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

R = 47.72%
G = 8.51%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F12BDD (or 0xF12BDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2B and DD. RGB value is (241,43,221). Sum of RGB (Red+Green+Blue) = 241+43+221=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12BDD is #0ED422. Grayscale: #797979. Windows color (decimal): -971811 or 14494705. OLE color: 14494705.

HSL color Cylindrical-coordinate representation of color #F12BDD: hue angle of 306.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12BDD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 43 221 -
CMYK 0 0.82 0.08 0.05
HSL 306.06º 0.88% 0.56% -
HSV(B) 306.06º 0.82% 0.95% -
XYZ 50.19 25.65 70.71 -
YUV 122.49 183.6 212.53 -
System Red Green Blue C M Y K H S L
Decimal 241 43 221 0 0.82 0.08 0.05 306.06 0.88 0.56
Hex F1 2B DD 0 52 8 5 132 58 38
Octal 361 53 335 0 122 10 5 462 130 70
Binary 11110001 101011 11011101 0 1010010 1000 101 100110010 1011000 111000

Color Harmonies of #F12BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12BDD

Black with #F12BDD

Text Example


Text Example

White with #F12BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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