Html Css Color HEX #F80950 Razzmatazz

📋 copy color: '#F80950'

red 248 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #F80950

Tints of Razzmatazz #F80950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 73.59%
G = 2.67%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F80950 (or 0xF80950) is known color: Razzmatazz. HEX triplet: F8, 09 and 50. RGB value is (248,9,80). Sum of RGB (Red+Green+Blue) = 248+9+80=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F80950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80950 is #07F6AF. Grayscale: #585858. Windows color (decimal): -521904 or 5245432. OLE color: 5245432.

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

Color convert

RGB 248 9 80 -
CMYK 0 0.96 0.68 0.03
HSL 342.18º 0.94% 0.5% -
HSV(B) 342.18º 0.96% 0.97% -
XYZ 40.26 20.73 9.47 -
YUV 88.56 123.18 241.73 -
System Red Green Blue C M Y K H S L
Decimal 248 9 80 0 0.96 0.68 0.03 342.18 0.94 0.5
Hex F8 9 50 0 60 44 3 156 5E 32
Octal 370 11 120 0 140 104 3 526 136 62
Binary 11111000 1001 1010000 0 1100000 1000100 11 101010110 1011110 110010

Color Harmonies of #F80950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80950

Black with #F80950

Text Example


Text Example

White with #F80950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80950; }

 p { color: rgb(248,9,80); }

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

background-color css

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

 a { background-color: rgb(248,9,80); }

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

border-color css

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

 span { border-color: rgb(248,9,80); }

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