Html Css Color HEX #F80353 Razzmatazz

📋 copy color: '#F80353'

red 248 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #F80353

Tints of Razzmatazz #F80353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 74.25%
G = 0.9%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F80353 (or 0xF80353) is known color: Razzmatazz. HEX triplet: F8, 03 and 53. RGB value is (248,3,83). Sum of RGB (Red+Green+Blue) = 248+3+83=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F80353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80353 is #07FCAC. Grayscale: #555555. Windows color (decimal): -523437 or 5440504. OLE color: 5440504.

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

Color convert

RGB 248 3 83 -
CMYK 0 0.99 0.67 0.03
HSL 340.41º 0.98% 0.49% -
HSV(B) 340.41º 0.99% 0.97% -
XYZ 40.31 20.65 10.04 -
YUV 85.38 126.67 244 -
System Red Green Blue C M Y K H S L
Decimal 248 3 83 0 0.99 0.67 0.03 340.41 0.98 0.49
Hex F8 3 53 0 63 43 3 154 62 31
Octal 370 3 123 0 143 103 3 524 142 61
Binary 11111000 11 1010011 0 1100011 1000011 11 101010100 1100010 110001

Color Harmonies of #F80353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80353

Black with #F80353

Text Example


Text Example

White with #F80353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80353; }

 p { color: rgb(248,3,83); }

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

background-color css

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

 a { background-color: rgb(248,3,83); }

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

border-color css

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

 span { border-color: rgb(248,3,83); }

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