Html Css Color HEX #F12DC2 Razzle Dazzle Rose

📋 copy color: '#F12DC2'

red 241 ◦ green 45 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F12DC2

Tints of Razzle Dazzle Rose #F12DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 50.21%
G = 9.38%
B = 40.42%

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

#F12DC2 (or 0xF12DC2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and C2. RGB value is (241,45,194). Sum of RGB (Red+Green+Blue) = 241+45+194=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DC2 is #0ED23D. Grayscale: #787878. Windows color (decimal): -971326 or 12725745. OLE color: 12725745.

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

Color convert

RGB 241 45 194 -
CMYK 0 0.81 0.20 0.05
HSL 314.39º 0.88% 0.56% -
HSV(B) 314.39º 0.81% 0.95% -
XYZ 46.95 24.47 53.29 -
YUV 120.59 169.43 213.88 -
System Red Green Blue C M Y K H S L
Decimal 241 45 194 0 0.81 0.20 0.05 314.39 0.88 0.56
Hex F1 2D C2 0 51 14 5 13A 58 38
Octal 361 55 302 0 121 24 5 472 130 70
Binary 11110001 101101 11000010 0 1010001 10100 101 100111010 1011000 111000

Color Harmonies of #F12DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DC2

Black with #F12DC2

Text Example


Text Example

White with #F12DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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