Html Css Color HEX #F71156 Razzmatazz

📋 copy color: '#F71156'

red 247 ◦ green 17 ◦ blue 86

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

Shades of Razzmatazz #F71156

Tints of Razzmatazz #F71156

RGB

 RED value IS 247 (96.88% from 255) = 70.57%

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

 BLUE value IS 86 (33.98% from 255) = 24.57%

R = 70.57%
G = 4.86%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F71156 (or 0xF71156) is known color: Razzmatazz. HEX triplet: F7, 11 and 56. RGB value is (247,17,86). Sum of RGB (Red+Green+Blue) = 247+17+86=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F71156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71156 is #08EEA9. Grayscale: #5D5D5D. Windows color (decimal): -585386 or 5640695. OLE color: 5640695.

HSL color Cylindrical-coordinate representation of color #F71156: hue angle of 342º degrees, saturation: 0.93, 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 #F71156 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 17 86 -
CMYK 0 0.93 0.65 0.03
HSL 342º 0.93% 0.52% -
HSV(B) 342º 0.93% 0.97% -
XYZ 40.24 20.85 10.71 -
YUV 93.64 123.7 237.39 -
System Red Green Blue C M Y K H S L
Decimal 247 17 86 0 0.93 0.65 0.03 342 0.93 0.52
Hex F7 11 56 0 5D 41 3 156 5D 34
Octal 367 21 126 0 135 101 3 526 135 64
Binary 11110111 10001 1010110 0 1011101 1000001 11 101010110 1011101 110100

Color Harmonies of #F71156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71156

Black with #F71156

Text Example


Text Example

White with #F71156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71156; }

 p { color: rgb(247,17,86); }

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

background-color css

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

 a { background-color: rgb(247,17,86); }

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

border-color css

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

 span { border-color: rgb(247,17,86); }

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