Html Css Color HEX #F131E2 Razzle Dazzle Rose

📋 copy color: '#F131E2'

red 241 ◦ green 49 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F131E2

Tints of Razzle Dazzle Rose #F131E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.8%

R = 46.71%
G = 9.5%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F131E2 (or 0xF131E2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and E2. RGB value is (241,49,226). Sum of RGB (Red+Green+Blue) = 241+49+226=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F131E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131E2 is #0ECE1D. Grayscale: #7E7E7E. Windows color (decimal): -970270 or 14823921. OLE color: 14823921.

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

Color convert

RGB 241 49 226 -
CMYK 0 0.80 0.06 0.05
HSL 304.69º 0.87% 0.57% -
HSV(B) 304.69º 0.8% 0.95% -
XYZ 51.1 26.39 74.35 -
YUV 126.59 184.11 209.61 -
System Red Green Blue C M Y K H S L
Decimal 241 49 226 0 0.80 0.06 0.05 304.69 0.87 0.57
Hex F1 31 E2 0 50 6 5 131 57 39
Octal 361 61 342 0 120 6 5 461 127 71
Binary 11110001 110001 11100010 0 1010000 110 101 100110001 1010111 111001

Color Harmonies of #F131E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131E2

Black with #F131E2

Text Example


Text Example

White with #F131E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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