Html Css Color HEX #F131EF Razzle Dazzle Rose

📋 copy color: '#F131EF'

red 241 ◦ green 49 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F131EF

Tints of Razzle Dazzle Rose #F131EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.26%

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 45.56%
G = 9.26%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F131EF (or 0xF131EF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and EF. RGB value is (241,49,239). Sum of RGB (Red+Green+Blue) = 241+49+239=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 49 (19.53% from 255 or 9.26% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F131EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F131EF is #0ECE10. Grayscale: #7F7F7F. Windows color (decimal): -970257 or 15675889. OLE color: 15675889.

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

Color convert

RGB 241 49 239 -
CMYK 0 0.80 0.01 0.05
HSL 300.63º 0.87% 0.57% -
HSV(B) 300.63º 0.8% 0.95% -
XYZ 52.95 27.13 84.11 -
YUV 128.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 241 49 239 0 0.80 0.01 0.05 300.63 0.87 0.57
Hex F1 31 EF 0 50 1 5 12D 57 39
Octal 361 61 357 0 120 1 5 455 127 71
Binary 11110001 110001 11101111 0 1010000 1 101 100101101 1010111 111001

Color Harmonies of #F131EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131EF

Black with #F131EF

Text Example


Text Example

White with #F131EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131EF; }

 p { color: rgb(241,49,239); }

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

background-color css

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

 a { background-color: rgb(241,49,239); }

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

border-color css

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

 span { border-color: rgb(241,49,239); }

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