Html Css Color HEX #F80D4F Razzmatazz

📋 copy color: '#F80D4F'

red 248 ◦ green 13 ◦ blue 79

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

Shades of Razzmatazz #F80D4F

Tints of Razzmatazz #F80D4F

RGB

 RED value IS 248 (97.27% from 255) = 72.94%

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

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

R = 72.94%
G = 3.82%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F80D4F (or 0xF80D4F) is known color: Razzmatazz. HEX triplet: F8, 0D and 4F. RGB value is (248,13,79). Sum of RGB (Red+Green+Blue) = 248+13+79=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D4F is #07F2B0. Grayscale: #5A5A5A. Windows color (decimal): -520881 or 5180920. OLE color: 5180920.

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

Color convert

RGB 248 13 79 -
CMYK 0 0.95 0.68 0.03
HSL 343.15º 0.94% 0.51% -
HSV(B) 343.15º 0.95% 0.97% -
XYZ 40.27 20.81 9.29 -
YUV 90.79 121.36 240.13 -
System Red Green Blue C M Y K H S L
Decimal 248 13 79 0 0.95 0.68 0.03 343.15 0.94 0.51
Hex F8 D 4F 0 5F 44 3 157 5E 33
Octal 370 15 117 0 137 104 3 527 136 63
Binary 11111000 1101 1001111 0 1011111 1000100 11 101010111 1011110 110011

Color Harmonies of #F80D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80D4F

Black with #F80D4F

Text Example


Text Example

White with #F80D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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