Html Css Color HEX #F71155 Razzmatazz

📋 copy color: '#F71155'

red 247 ◦ green 17 ◦ blue 85

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

Shades of Razzmatazz #F71155

Tints of Razzmatazz #F71155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 70.77%
G = 4.87%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F71155 (or 0xF71155) is known color: Razzmatazz. HEX triplet: F7, 11 and 55. RGB value is (247,17,85). Sum of RGB (Red+Green+Blue) = 247+17+85=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F71155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71155 is #08EEAA. Grayscale: #5D5D5D. Windows color (decimal): -585387 or 5575159. OLE color: 5575159.

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

Color convert

RGB 247 17 85 -
CMYK 0 0.93 0.66 0.03
HSL 342.26º 0.93% 0.52% -
HSV(B) 342.26º 0.93% 0.97% -
XYZ 40.2 20.83 10.5 -
YUV 93.52 123.2 237.47 -
System Red Green Blue C M Y K H S L
Decimal 247 17 85 0 0.93 0.66 0.03 342.26 0.93 0.52
Hex F7 11 55 0 5D 42 3 156 5D 34
Octal 367 21 125 0 135 102 3 526 135 64
Binary 11110111 10001 1010101 0 1011101 1000010 11 101010110 1011101 110100

Color Harmonies of #F71155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71155

Black with #F71155

Text Example


Text Example

White with #F71155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71155; }

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

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

background-color css

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

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

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

border-color css

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

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

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