Html Css Color HEX #F12FDF Razzle Dazzle Rose

📋 copy color: '#F12FDF'

red 241 ◦ green 47 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F12FDF

Tints of Razzle Dazzle Rose #F12FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.2%

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

R = 47.16%
G = 9.2%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F12FDF (or 0xF12FDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2F and DF. RGB value is (241,47,223). Sum of RGB (Red+Green+Blue) = 241+47+223=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FDF is #0ED020. Grayscale: #7C7C7C. Windows color (decimal): -970785 or 14626801. OLE color: 14626801.

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

Color convert

RGB 241 47 223 -
CMYK 0 0.80 0.07 0.05
HSL 305.57º 0.87% 0.56% -
HSV(B) 305.57º 0.8% 0.95% -
XYZ 50.61 26.06 72.17 -
YUV 125.07 183.27 210.69 -
System Red Green Blue C M Y K H S L
Decimal 241 47 223 0 0.80 0.07 0.05 305.57 0.87 0.56
Hex F1 2F DF 0 50 7 5 132 57 38
Octal 361 57 337 0 120 7 5 462 127 70
Binary 11110001 101111 11011111 0 1010000 111 101 100110010 1010111 111000

Color Harmonies of #F12FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FDF

Black with #F12FDF

Text Example


Text Example

White with #F12FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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