Html Css Color HEX #F131BA Razzle Dazzle Rose

📋 copy color: '#F131BA'

red 241 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F131BA

Tints of Razzle Dazzle Rose #F131BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 50.63%
G = 10.29%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F131BA (or 0xF131BA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and BA. RGB value is (241,49,186). Sum of RGB (Red+Green+Blue) = 241+49+186=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F131BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131BA is #0ECE45. Grayscale: #797979. Windows color (decimal): -970310 or 12202481. OLE color: 12202481.

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

Color convert

RGB 241 49 186 -
CMYK 0 0.80 0.23 0.05
HSL 317.19º 0.87% 0.57% -
HSV(B) 317.19º 0.8% 0.95% -
XYZ 46.24 24.44 48.74 -
YUV 122.03 164.11 212.86 -
System Red Green Blue C M Y K H S L
Decimal 241 49 186 0 0.80 0.23 0.05 317.19 0.87 0.57
Hex F1 31 BA 0 50 17 5 13D 57 39
Octal 361 61 272 0 120 27 5 475 127 71
Binary 11110001 110001 10111010 0 1010000 10111 101 100111101 1010111 111001

Color Harmonies of #F131BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131BA

Black with #F131BA

Text Example


Text Example

White with #F131BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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