Html Css Color HEX #F80271 Razzmatazz

📋 copy color: '#F80271'

red 248 ◦ green 2 ◦ blue 113

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

Shades of Razzmatazz #F80271

Tints of Razzmatazz #F80271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 68.32%
G = 0.55%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F80271 (or 0xF80271) is known color: Razzmatazz. HEX triplet: F8, 02 and 71. RGB value is (248,2,113). Sum of RGB (Red+Green+Blue) = 248+2+113=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F80271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80271 is #07FD8E. Grayscale: #585858. Windows color (decimal): -523663 or 7406328. OLE color: 7406328.

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

Color convert

RGB 248 2 113 -
CMYK 0 0.99 0.54 0.03
HSL 332.93º 0.98% 0.49% -
HSV(B) 332.93º 0.99% 0.97% -
XYZ 41.71 21.19 17.51 -
YUV 88.21 142 241.97 -
System Red Green Blue C M Y K H S L
Decimal 248 2 113 0 0.99 0.54 0.03 332.93 0.98 0.49
Hex F8 2 71 0 63 36 3 14D 62 31
Octal 370 2 161 0 143 66 3 515 142 61
Binary 11111000 10 1110001 0 1100011 110110 11 101001101 1100010 110001

Color Harmonies of #F80271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80271

Black with #F80271

Text Example


Text Example

White with #F80271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80271; }

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

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

background-color css

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

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

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

border-color css

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

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

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