Html Css Color HEX #F80659 Razzmatazz

📋 copy color: '#F80659'

red 248 ◦ green 6 ◦ blue 89

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

Shades of Razzmatazz #F80659

Tints of Razzmatazz #F80659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 72.3%
G = 1.75%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F80659 (or 0xF80659) is known color: Razzmatazz. HEX triplet: F8, 06 and 59. RGB value is (248,6,89). Sum of RGB (Red+Green+Blue) = 248+6+89=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F80659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80659 is #07F9A6. Grayscale: #575757. Windows color (decimal): -522663 or 5834488. OLE color: 5834488.

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

Color convert

RGB 248 6 89 -
CMYK 0 0.98 0.64 0.03
HSL 339.42º 0.95% 0.5% -
HSV(B) 339.42º 0.98% 0.97% -
XYZ 40.58 20.81 11.33 -
YUV 87.82 128.67 242.25 -
System Red Green Blue C M Y K H S L
Decimal 248 6 89 0 0.98 0.64 0.03 339.42 0.95 0.5
Hex F8 6 59 0 62 40 3 153 5F 32
Octal 370 6 131 0 142 100 3 523 137 62
Binary 11111000 110 1011001 0 1100010 1000000 11 101010011 1011111 110010

Color Harmonies of #F80659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80659

Black with #F80659

Text Example


Text Example

White with #F80659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80659; }

 p { color: rgb(248,6,89); }

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

background-color css

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

 a { background-color: rgb(248,6,89); }

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

border-color css

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

 span { border-color: rgb(248,6,89); }

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