Html Css Color HEX #F81559 Razzmatazz

📋 copy color: '#F81559'

red 248 ◦ green 21 ◦ blue 89

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

Shades of Razzmatazz #F81559

Tints of Razzmatazz #F81559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 69.27%
G = 5.87%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F81559 (or 0xF81559) is known color: Razzmatazz. HEX triplet: F8, 15 and 59. RGB value is (248,21,89). Sum of RGB (Red+Green+Blue) = 248+21+89=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F81559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81559 is #07EAA6. Grayscale: #606060. Windows color (decimal): -518823 or 5838328. OLE color: 5838328.

HSL color Cylindrical-coordinate representation of color #F81559: hue angle of 342.03º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81559 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 89 -
CMYK 0 0.92 0.64 0.03
HSL 342.03º 0.94% 0.53% -
HSV(B) 342.03º 0.92% 0.97% -
XYZ 40.78 21.21 11.4 -
YUV 96.63 123.71 235.97 -
System Red Green Blue C M Y K H S L
Decimal 248 21 89 0 0.92 0.64 0.03 342.03 0.94 0.53
Hex F8 15 59 0 5C 40 3 156 5E 35
Octal 370 25 131 0 134 100 3 526 136 65
Binary 11111000 10101 1011001 0 1011100 1000000 11 101010110 1011110 110101

Color Harmonies of #F81559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81559

Black with #F81559

Text Example


Text Example

White with #F81559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81559; }

 p { color: rgb(248,21,89); }

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

background-color css

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

 a { background-color: rgb(248,21,89); }

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

border-color css

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

 span { border-color: rgb(248,21,89); }

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