Html Css Color HEX #F80756 Razzmatazz

📋 copy color: '#F80756'

red 248 ◦ green 7 ◦ blue 86

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

Shades of Razzmatazz #F80756

Tints of Razzmatazz #F80756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 72.73%
G = 2.05%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F80756 (or 0xF80756) is known color: Razzmatazz. HEX triplet: F8, 07 and 56. RGB value is (248,7,86). Sum of RGB (Red+Green+Blue) = 248+7+86=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F80756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80756 is #07F8A9. Grayscale: #575757. Windows color (decimal): -522410 or 5638136. OLE color: 5638136.

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

Color convert

RGB 248 7 86 -
CMYK 0 0.97 0.65 0.03
HSL 340.33º 0.95% 0.5% -
HSV(B) 340.33º 0.97% 0.97% -
XYZ 40.47 20.78 10.68 -
YUV 88.07 126.84 242.08 -
System Red Green Blue C M Y K H S L
Decimal 248 7 86 0 0.97 0.65 0.03 340.33 0.95 0.5
Hex F8 7 56 0 61 41 3 154 5F 32
Octal 370 7 126 0 141 101 3 524 137 62
Binary 11111000 111 1010110 0 1100001 1000001 11 101010100 1011111 110010

Color Harmonies of #F80756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80756

Black with #F80756

Text Example


Text Example

White with #F80756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80756; }

 p { color: rgb(248,7,86); }

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

background-color css

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

 a { background-color: rgb(248,7,86); }

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

border-color css

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

 span { border-color: rgb(248,7,86); }

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