Html Css Color HEX #F80653 Razzmatazz

📋 copy color: '#F80653'

red 248 ◦ green 6 ◦ blue 83

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

Shades of Razzmatazz #F80653

Tints of Razzmatazz #F80653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 73.59%
G = 1.78%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F80653 (or 0xF80653) is known color: Razzmatazz. HEX triplet: F8, 06 and 53. RGB value is (248,6,83). Sum of RGB (Red+Green+Blue) = 248+6+83=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F80653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80653 is #07F9AC. Grayscale: #575757. Windows color (decimal): -522669 or 5441272. OLE color: 5441272.

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

Color convert

RGB 248 6 83 -
CMYK 0 0.98 0.67 0.03
HSL 340.91º 0.95% 0.5% -
HSV(B) 340.91º 0.98% 0.97% -
XYZ 40.34 20.71 10.06 -
YUV 87.14 125.67 242.74 -
System Red Green Blue C M Y K H S L
Decimal 248 6 83 0 0.98 0.67 0.03 340.91 0.95 0.5
Hex F8 6 53 0 62 43 3 155 5F 32
Octal 370 6 123 0 142 103 3 525 137 62
Binary 11111000 110 1010011 0 1100010 1000011 11 101010101 1011111 110010

Color Harmonies of #F80653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80653

Black with #F80653

Text Example


Text Example

White with #F80653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80653; }

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

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

background-color css

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

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

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

border-color css

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

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

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