Html Css Color HEX #F80671 Razzmatazz

📋 copy color: '#F80671'

red 248 ◦ green 6 ◦ blue 113

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

Shades of Razzmatazz #F80671

Tints of Razzmatazz #F80671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 67.57%
G = 1.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F80671 (or 0xF80671) is known color: Razzmatazz. HEX triplet: F8, 06 and 71. RGB value is (248,6,113). Sum of RGB (Red+Green+Blue) = 248+6+113=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F80671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80671 is #07F98E. Grayscale: #5A5A5A. Windows color (decimal): -522639 or 7407352. OLE color: 7407352.

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

Color convert

RGB 248 6 113 -
CMYK 0 0.98 0.54 0.03
HSL 333.47º 0.95% 0.5% -
HSV(B) 333.47º 0.98% 0.97% -
XYZ 41.76 21.28 17.53 -
YUV 90.56 140.67 240.3 -
System Red Green Blue C M Y K H S L
Decimal 248 6 113 0 0.98 0.54 0.03 333.47 0.95 0.5
Hex F8 6 71 0 62 36 3 14D 5F 32
Octal 370 6 161 0 142 66 3 515 137 62
Binary 11111000 110 1110001 0 1100010 110110 11 101001101 1011111 110010

Color Harmonies of #F80671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80671

Black with #F80671

Text Example


Text Example

White with #F80671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80671; }

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

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

background-color css

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

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

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

border-color css

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

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

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