Html Css Color HEX #F12DDF Razzle Dazzle Rose

📋 copy color: '#F12DDF'

red 241 ◦ green 45 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F12DDF

Tints of Razzle Dazzle Rose #F12DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.84%

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

R = 47.35%
G = 8.84%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F12DDF (or 0xF12DDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and DF. RGB value is (241,45,223). Sum of RGB (Red+Green+Blue) = 241+45+223=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 45 (17.97% from 255 or 8.84% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DDF is #0ED220. Grayscale: #7B7B7B. Windows color (decimal): -971297 or 14626289. OLE color: 14626289.

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

Color convert

RGB 241 45 223 -
CMYK 0 0.81 0.07 0.05
HSL 305.51º 0.88% 0.56% -
HSV(B) 305.51º 0.81% 0.95% -
XYZ 50.53 25.91 72.15 -
YUV 123.9 183.93 211.53 -
System Red Green Blue C M Y K H S L
Decimal 241 45 223 0 0.81 0.07 0.05 305.51 0.88 0.56
Hex F1 2D DF 0 51 7 5 132 58 38
Octal 361 55 337 0 121 7 5 462 130 70
Binary 11110001 101101 11011111 0 1010001 111 101 100110010 1011000 111000

Color Harmonies of #F12DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DDF

Black with #F12DDF

Text Example


Text Example

White with #F12DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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