Html Css Color HEX #F71257 Razzmatazz

📋 copy color: '#F71257'

red 247 ◦ green 18 ◦ blue 87

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

Shades of Razzmatazz #F71257

Tints of Razzmatazz #F71257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

 BLUE value IS 87 (34.38% from 255) = 24.72%

R = 70.17%
G = 5.11%
B = 24.72%

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

#F71257 (or 0xF71257) is known color: Razzmatazz. HEX triplet: F7, 12 and 57. RGB value is (247,18,87). Sum of RGB (Red+Green+Blue) = 247+18+87=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F71257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71257 is #08EDA8. Grayscale: #5E5E5E. Windows color (decimal): -585129 or 5706487. OLE color: 5706487.

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

Color convert

RGB 247 18 87 -
CMYK 0 0.93 0.65 0.03
HSL 341.92º 0.93% 0.52% -
HSV(B) 341.92º 0.93% 0.97% -
XYZ 40.29 20.89 10.93 -
YUV 94.34 123.87 236.89 -
System Red Green Blue C M Y K H S L
Decimal 247 18 87 0 0.93 0.65 0.03 341.92 0.93 0.52
Hex F7 12 57 0 5D 41 3 156 5D 34
Octal 367 22 127 0 135 101 3 526 135 64
Binary 11110111 10010 1010111 0 1011101 1000001 11 101010110 1011101 110100

Color Harmonies of #F71257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71257

Black with #F71257

Text Example


Text Example

White with #F71257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71257; }

 p { color: rgb(247,18,87); }

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

background-color css

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

 a { background-color: rgb(247,18,87); }

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

border-color css

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

 span { border-color: rgb(247,18,87); }

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