Html Css Color HEX #F80050 Razzmatazz

📋 copy color: '#F80050'

red 248 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #F80050

Tints of Razzmatazz #F80050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.61%
G = 0%
B = 24.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F80050 (or 0xF80050) is known color: Razzmatazz. HEX triplet: F8, 00 and 50. RGB value is (248,0,80). Sum of RGB (Red+Green+Blue) = 248+0+80=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F80050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80050 is #07FFAF. Grayscale: #535353. Windows color (decimal): -524208 or 5243128. OLE color: 5243128.

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

Color convert

RGB 248 0 80 -
CMYK 0 1 0.68 0.03
HSL 340.65º 1% 0.49% -
HSV(B) 340.65º 1% 0.97% -
XYZ 40.16 20.54 9.44 -
YUV 83.27 126.16 245.5 -
System Red Green Blue C M Y K H S L
Decimal 248 0 80 0 1 0.68 0.03 340.65 1 0.49
Hex F8 0 50 0 64 44 3 155 64 31
Octal 370 0 120 0 144 104 3 525 144 61
Binary 11111000 0 1010000 0 1100100 1000100 11 101010101 1100100 110001

Color Harmonies of #F80050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80050

Black with #F80050

Text Example


Text Example

White with #F80050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80050; }

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

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

background-color css

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

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

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

border-color css

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

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

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