Html Css Color HEX #F5014E Razzmatazz

📋 copy color: '#F5014E'

red 245 ◦ green 1 ◦ blue 78

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

Shades of Razzmatazz #F5014E

Tints of Razzmatazz #F5014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 75.62%
G = 0.31%
B = 24.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5014E (or 0xF5014E) is known color: Razzmatazz. HEX triplet: F5, 01 and 4E. RGB value is (245,1,78). Sum of RGB (Red+Green+Blue) = 245+1+78=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5014E is #0AFEB1. Grayscale: #525252. Windows color (decimal): -720562 or 5112309. OLE color: 5112309.

HSL color Cylindrical-coordinate representation of color #F5014E: hue angle of 341.07º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5014E is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 78 -
CMYK 0 1.00 0.68 0.04
HSL 341.07º 0.99% 0.48% -
HSV(B) 341.07º 1% 0.96% -
XYZ 39.04 19.98 9.01 -
YUV 82.73 125.34 243.74 -
System Red Green Blue C M Y K H S L
Decimal 245 1 78 0 1.00 0.68 0.04 341.07 0.99 0.48
Hex F5 1 4E 0 64 44 4 155 63 30
Octal 365 1 116 0 144 104 4 525 143 60
Binary 11110101 1 1001110 0 1100100 1000100 100 101010101 1100011 110000

Color Harmonies of #F5014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5014E

Black with #F5014E

Text Example


Text Example

White with #F5014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5014E; }

 p { color: rgb(245,1,78); }

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

background-color css

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

 a { background-color: rgb(245,1,78); }

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

border-color css

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

 span { border-color: rgb(245,1,78); }

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