Html Css Color HEX #F50F4F Razzmatazz

📋 copy color: '#F50F4F'

red 245 ◦ green 15 ◦ blue 79

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

Shades of Razzmatazz #F50F4F

Tints of Razzmatazz #F50F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.42%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 72.27%
G = 4.42%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F50F4F (or 0xF50F4F) is known color: Razzmatazz. HEX triplet: F5, 0F and 4F. RGB value is (245,15,79). Sum of RGB (Red+Green+Blue) = 245+15+79=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F4F is #0AF0B0. Grayscale: #5B5B5B. Windows color (decimal): -716977 or 5181429. OLE color: 5181429.

HSL color Cylindrical-coordinate representation of color #F50F4F: hue angle of 343.3º 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 #F50F4F is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 15 79 -
CMYK 0 0.94 0.68 0.04
HSL 343.3º 0.92% 0.51% -
HSV(B) 343.3º 0.94% 0.96% -
XYZ 39.24 20.32 9.25 -
YUV 91.07 121.2 237.8 -
System Red Green Blue C M Y K H S L
Decimal 245 15 79 0 0.94 0.68 0.04 343.3 0.92 0.51
Hex F5 F 4F 0 5E 44 4 157 5C 33
Octal 365 17 117 0 136 104 4 527 134 63
Binary 11110101 1111 1001111 0 1011110 1000100 100 101010111 1011100 110011

Color Harmonies of #F50F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50F4F

Black with #F50F4F

Text Example


Text Example

White with #F50F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50F4F; }

 p { color: rgb(245,15,79); }

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

background-color css

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

 a { background-color: rgb(245,15,79); }

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

border-color css

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

 span { border-color: rgb(245,15,79); }

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