Html Css Color HEX #F50D4F Razzmatazz

📋 copy color: '#F50D4F'

red 245 ◦ green 13 ◦ blue 79

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

Shades of Razzmatazz #F50D4F

Tints of Razzmatazz #F50D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.86%

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

R = 72.7%
G = 3.86%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F50D4F (or 0xF50D4F) is known color: Razzmatazz. HEX triplet: F5, 0D and 4F. RGB value is (245,13,79). Sum of RGB (Red+Green+Blue) = 245+13+79=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50D4F is #0AF2B0. Grayscale: #595959. Windows color (decimal): -717489 or 5180917. OLE color: 5180917.

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

Color convert

RGB 245 13 79 -
CMYK 0 0.95 0.68 0.04
HSL 342.93º 0.92% 0.51% -
HSV(B) 342.93º 0.95% 0.96% -
XYZ 39.21 20.26 9.24 -
YUV 89.89 121.86 238.63 -
System Red Green Blue C M Y K H S L
Decimal 245 13 79 0 0.95 0.68 0.04 342.93 0.92 0.51
Hex F5 D 4F 0 5F 44 4 157 5C 33
Octal 365 15 117 0 137 104 4 527 134 63
Binary 11110101 1101 1001111 0 1011111 1000100 100 101010111 1011100 110011

Color Harmonies of #F50D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50D4F

Black with #F50D4F

Text Example


Text Example

White with #F50D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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