Html Css Color HEX #F12DC1 Razzle Dazzle Rose

📋 copy color: '#F12DC1'

red 241 ◦ green 45 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F12DC1

Tints of Razzle Dazzle Rose #F12DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.29%

R = 50.31%
G = 9.39%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F12DC1 (or 0xF12DC1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and C1. RGB value is (241,45,193). Sum of RGB (Red+Green+Blue) = 241+45+193=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DC1 is #0ED23E. Grayscale: #787878. Windows color (decimal): -971327 or 12660209. OLE color: 12660209.

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

Color convert

RGB 241 45 193 -
CMYK 0 0.81 0.20 0.05
HSL 314.69º 0.88% 0.56% -
HSV(B) 314.69º 0.81% 0.95% -
XYZ 46.84 24.43 52.7 -
YUV 120.48 168.93 213.97 -
System Red Green Blue C M Y K H S L
Decimal 241 45 193 0 0.81 0.20 0.05 314.69 0.88 0.56
Hex F1 2D C1 0 51 14 5 13B 58 38
Octal 361 55 301 0 121 24 5 473 130 70
Binary 11110001 101101 11000001 0 1010001 10100 101 100111011 1011000 111000

Color Harmonies of #F12DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DC1

Black with #F12DC1

Text Example


Text Example

White with #F12DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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