Html Css Color HEX #F50E5B Razzmatazz

📋 copy color: '#F50E5B'

red 245 ◦ green 14 ◦ blue 91

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

Shades of Razzmatazz #F50E5B

Tints of Razzmatazz #F50E5B

RGB

 RED value IS 245 (96.09% from 255) = 70%

 GREEN value IS 14 (5.86% from 255) = 4%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 70%
G = 4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F50E5B (or 0xF50E5B) is known color: Razzmatazz. HEX triplet: F5, 0E and 5B. RGB value is (245,14,91). Sum of RGB (Red+Green+Blue) = 245+14+91=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50E5B is #0AF1A4. Grayscale: #5B5B5B. Windows color (decimal): -717221 or 5967605. OLE color: 5967605.

HSL color Cylindrical-coordinate representation of color #F50E5B: hue angle of 340º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50E5B is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 14 91 -
CMYK 0 0.94 0.63 0.04
HSL 340º 0.92% 0.51% -
HSV(B) 340º 0.94% 0.96% -
XYZ 39.7 20.48 11.76 -
YUV 91.85 127.53 237.24 -
System Red Green Blue C M Y K H S L
Decimal 245 14 91 0 0.94 0.63 0.04 340 0.92 0.51
Hex F5 E 5B 0 5E 3F 4 154 5C 33
Octal 365 16 133 0 136 77 4 524 134 63
Binary 11110101 1110 1011011 0 1011110 111111 100 101010100 1011100 110011

Color Harmonies of #F50E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E5B

Black with #F50E5B

Text Example


Text Example

White with #F50E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E5B; }

 p { color: rgb(245,14,91); }

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

background-color css

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

 a { background-color: rgb(245,14,91); }

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

border-color css

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

 span { border-color: rgb(245,14,91); }

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