Html Css Color HEX #F12FE5 Razzle Dazzle Rose

📋 copy color: '#F12FE5'

red 241 ◦ green 47 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F12FE5

Tints of Razzle Dazzle Rose #F12FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.29%

R = 46.62%
G = 9.09%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F12FE5 (or 0xF12FE5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2F and E5. RGB value is (241,47,229). Sum of RGB (Red+Green+Blue) = 241+47+229=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 47 (18.75% from 255 or 9.09% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FE5 is #0ED01A. Grayscale: #7D7D7D. Windows color (decimal): -970779 or 15020017. OLE color: 15020017.

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

Color convert

RGB 241 47 229 -
CMYK 0 0.80 0.05 0.05
HSL 303.71º 0.87% 0.56% -
HSV(B) 303.71º 0.8% 0.95% -
XYZ 51.44 26.39 76.51 -
YUV 125.75 186.27 210.2 -
System Red Green Blue C M Y K H S L
Decimal 241 47 229 0 0.80 0.05 0.05 303.71 0.87 0.56
Hex F1 2F E5 0 50 5 5 130 57 38
Octal 361 57 345 0 120 5 5 460 127 70
Binary 11110001 101111 11100101 0 1010000 101 101 100110000 1010111 111000

Color Harmonies of #F12FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FE5

Black with #F12FE5

Text Example


Text Example

White with #F12FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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