Html Css Color HEX #F5114F Razzmatazz

📋 copy color: '#F5114F'

red 245 ◦ green 17 ◦ blue 79

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

Shades of Razzmatazz #F5114F

Tints of Razzmatazz #F5114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

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

R = 71.85%
G = 4.99%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5114F (or 0xF5114F) is known color: Razzmatazz. HEX triplet: F5, 11 and 4F. RGB value is (245,17,79). Sum of RGB (Red+Green+Blue) = 245+17+79=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5114F is #0AEEB0. Grayscale: #5C5C5C. Windows color (decimal): -716465 or 5181941. OLE color: 5181941.

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

Color convert

RGB 245 17 79 -
CMYK 0 0.93 0.68 0.04
HSL 343.68º 0.92% 0.51% -
HSV(B) 343.68º 0.93% 0.96% -
XYZ 39.27 20.38 9.26 -
YUV 92.24 120.54 236.96 -
System Red Green Blue C M Y K H S L
Decimal 245 17 79 0 0.93 0.68 0.04 343.68 0.92 0.51
Hex F5 11 4F 0 5D 44 4 158 5C 33
Octal 365 21 117 0 135 104 4 530 134 63
Binary 11110101 10001 1001111 0 1011101 1000100 100 101011000 1011100 110011

Color Harmonies of #F5114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5114F

Black with #F5114F

Text Example


Text Example

White with #F5114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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