Html Css Color HEX #F131E1 Razzle Dazzle Rose

📋 copy color: '#F131E1'

red 241 ◦ green 49 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F131E1

Tints of Razzle Dazzle Rose #F131E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 46.8%
G = 9.51%
B = 43.69%

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

#F131E1 (or 0xF131E1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and E1. RGB value is (241,49,225). Sum of RGB (Red+Green+Blue) = 241+49+225=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F131E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131E1 is #0ECE1E. Grayscale: #7D7D7D. Windows color (decimal): -970271 or 14758385. OLE color: 14758385.

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

Color convert

RGB 241 49 225 -
CMYK 0 0.80 0.07 0.05
HSL 305º 0.87% 0.57% -
HSV(B) 305º 0.8% 0.95% -
XYZ 50.96 26.33 73.63 -
YUV 126.47 183.61 209.69 -
System Red Green Blue C M Y K H S L
Decimal 241 49 225 0 0.80 0.07 0.05 305 0.87 0.57
Hex F1 31 E1 0 50 7 5 131 57 39
Octal 361 61 341 0 120 7 5 461 127 71
Binary 11110001 110001 11100001 0 1010000 111 101 100110001 1010111 111001

Color Harmonies of #F131E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131E1

Black with #F131E1

Text Example


Text Example

White with #F131E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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