Html Css Color HEX #F5004F Razzmatazz

📋 copy color: '#F5004F'

red 245 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #F5004F

Tints of Razzmatazz #F5004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.62%
G = 0%
B = 24.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5004F (or 0xF5004F) is known color: Razzmatazz. HEX triplet: F5, 00 and 4F. RGB value is (245,0,79). Sum of RGB (Red+Green+Blue) = 245+0+79=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5004F is #0AFFB0. Grayscale: #525252. Windows color (decimal): -720817 or 5177589. OLE color: 5177589.

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

Color convert

RGB 245 0 79 -
CMYK 0 1 0.68 0.04
HSL 340.65º 1% 0.48% -
HSV(B) 340.65º 1% 0.96% -
XYZ 39.07 19.98 9.19 -
YUV 82.26 126.17 244.08 -
System Red Green Blue C M Y K H S L
Decimal 245 0 79 0 1 0.68 0.04 340.65 1 0.48
Hex F5 0 4F 0 64 44 4 155 64 30
Octal 365 0 117 0 144 104 4 525 144 60
Binary 11110101 0 1001111 0 1100100 1000100 100 101010101 1100100 110000

Color Harmonies of #F5004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5004F

Black with #F5004F

Text Example


Text Example

White with #F5004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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