Html Css Color HEX #F80D65 Razzmatazz

📋 copy color: '#F80D65'

red 248 ◦ green 13 ◦ blue 101

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

Shades of Razzmatazz #F80D65

Tints of Razzmatazz #F80D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 68.51%
G = 3.59%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F80D65 (or 0xF80D65) is known color: Razzmatazz. HEX triplet: F8, 0D and 65. RGB value is (248,13,101). Sum of RGB (Red+Green+Blue) = 248+13+101=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80D65 is #07F29A. Grayscale: #5D5D5D. Windows color (decimal): -520859 or 6622712. OLE color: 6622712.

HSL color Cylindrical-coordinate representation of color #F80D65: hue angle of 337.53º 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 #F80D65 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 13 101 -
CMYK 0 0.95 0.59 0.03
HSL 337.53º 0.94% 0.51% -
HSV(B) 337.53º 0.95% 0.97% -
XYZ 41.2 21.18 14.23 -
YUV 93.3 132.36 238.34 -
System Red Green Blue C M Y K H S L
Decimal 248 13 101 0 0.95 0.59 0.03 337.53 0.94 0.51
Hex F8 D 65 0 5F 3B 3 152 5E 33
Octal 370 15 145 0 137 73 3 522 136 63
Binary 11111000 1101 1100101 0 1011111 111011 11 101010010 1011110 110011

Color Harmonies of #F80D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80D65

Black with #F80D65

Text Example


Text Example

White with #F80D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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