Html Css Color HEX #F81159 Razzmatazz

📋 copy color: '#F81159'

red 248 ◦ green 17 ◦ blue 89

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

Shades of Razzmatazz #F81159

Tints of Razzmatazz #F81159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

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

R = 70.06%
G = 4.8%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F81159 (or 0xF81159) is known color: Razzmatazz. HEX triplet: F8, 11 and 59. RGB value is (248,17,89). Sum of RGB (Red+Green+Blue) = 248+17+89=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F81159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81159 is #07EEA6. Grayscale: #5E5E5E. Windows color (decimal): -519847 or 5837304. OLE color: 5837304.

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

Color convert

RGB 248 17 89 -
CMYK 0 0.93 0.64 0.03
HSL 341.3º 0.94% 0.52% -
HSV(B) 341.3º 0.93% 0.97% -
XYZ 40.72 21.08 11.37 -
YUV 94.28 125.03 237.65 -
System Red Green Blue C M Y K H S L
Decimal 248 17 89 0 0.93 0.64 0.03 341.3 0.94 0.52
Hex F8 11 59 0 5D 40 3 155 5E 34
Octal 370 21 131 0 135 100 3 525 136 64
Binary 11111000 10001 1011001 0 1011101 1000000 11 101010101 1011110 110100

Color Harmonies of #F81159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81159

Black with #F81159

Text Example


Text Example

White with #F81159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81159; }

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

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

background-color css

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

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

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

border-color css

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

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

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