Html Css Color HEX #F71165 Razzmatazz

📋 copy color: '#F71165'

red 247 ◦ green 17 ◦ blue 101

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

Shades of Razzmatazz #F71165

Tints of Razzmatazz #F71165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 67.67%
G = 4.66%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F71165 (or 0xF71165) is known color: Razzmatazz. HEX triplet: F7, 11 and 65. RGB value is (247,17,101). Sum of RGB (Red+Green+Blue) = 247+17+101=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F71165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71165 is #08EE9A. Grayscale: #5F5F5F. Windows color (decimal): -585371 or 6623735. OLE color: 6623735.

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

Color convert

RGB 247 17 101 -
CMYK 0 0.93 0.59 0.03
HSL 338.09º 0.93% 0.52% -
HSV(B) 338.09º 0.93% 0.97% -
XYZ 40.91 21.11 14.23 -
YUV 95.35 131.2 236.17 -
System Red Green Blue C M Y K H S L
Decimal 247 17 101 0 0.93 0.59 0.03 338.09 0.93 0.52
Hex F7 11 65 0 5D 3B 3 152 5D 34
Octal 367 21 145 0 135 73 3 522 135 64
Binary 11110111 10001 1100101 0 1011101 111011 11 101010010 1011101 110100

Color Harmonies of #F71165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71165

Black with #F71165

Text Example


Text Example

White with #F71165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71165; }

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

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

background-color css

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

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

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

border-color css

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

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

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