Html Css Color HEX #F80768 Razzmatazz

📋 copy color: '#F80768'

red 248 ◦ green 7 ◦ blue 104

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

Shades of Razzmatazz #F80768

Tints of Razzmatazz #F80768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 69.08%
G = 1.95%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F80768 (or 0xF80768) is known color: Razzmatazz. HEX triplet: F8, 07 and 68. RGB value is (248,7,104). Sum of RGB (Red+Green+Blue) = 248+7+104=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F80768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80768 is #07F897. Grayscale: #595959. Windows color (decimal): -522392 or 6817784. OLE color: 6817784.

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

Color convert

RGB 248 7 104 -
CMYK 0 0.97 0.58 0.03
HSL 335.85º 0.95% 0.5% -
HSV(B) 335.85º 0.97% 0.97% -
XYZ 41.29 21.11 14.99 -
YUV 90.12 135.84 240.61 -
System Red Green Blue C M Y K H S L
Decimal 248 7 104 0 0.97 0.58 0.03 335.85 0.95 0.5
Hex F8 7 68 0 61 3A 3 150 5F 32
Octal 370 7 150 0 141 72 3 520 137 62
Binary 11111000 111 1101000 0 1100001 111010 11 101010000 1011111 110010

Color Harmonies of #F80768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80768

Black with #F80768

Text Example


Text Example

White with #F80768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80768; }

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

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

background-color css

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

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

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

border-color css

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

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

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