Html Css Color HEX #F80765 Razzmatazz

📋 copy color: '#F80765'

red 248 ◦ green 7 ◦ blue 101

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

Shades of Razzmatazz #F80765

Tints of Razzmatazz #F80765

RGB

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

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

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

R = 69.66%
G = 1.97%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F80765 (or 0xF80765) is known color: Razzmatazz. HEX triplet: F8, 07 and 65. RGB value is (248,7,101). Sum of RGB (Red+Green+Blue) = 248+7+101=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F80765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80765 is #07F89A. Grayscale: #595959. Windows color (decimal): -522395 or 6621176. OLE color: 6621176.

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

Color convert

RGB 248 7 101 -
CMYK 0 0.97 0.59 0.03
HSL 336.6º 0.95% 0.5% -
HSV(B) 336.6º 0.97% 0.97% -
XYZ 41.14 21.05 14.21 -
YUV 89.78 134.34 240.86 -
System Red Green Blue C M Y K H S L
Decimal 248 7 101 0 0.97 0.59 0.03 336.6 0.95 0.5
Hex F8 7 65 0 61 3B 3 151 5F 32
Octal 370 7 145 0 141 73 3 521 137 62
Binary 11111000 111 1100101 0 1100001 111011 11 101010001 1011111 110010

Color Harmonies of #F80765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80765

Black with #F80765

Text Example


Text Example

White with #F80765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80765; }

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

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

background-color css

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

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

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

border-color css

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

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

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