Html Css Color HEX #F71A58 Razzmatazz

📋 copy color: '#F71A58'

red 247 ◦ green 26 ◦ blue 88

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

Shades of Razzmatazz #F71A58

Tints of Razzmatazz #F71A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.2%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 68.42%
G = 7.2%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F71A58 (or 0xF71A58) is known color: Razzmatazz. HEX triplet: F7, 1A and 58. RGB value is (247,26,88). Sum of RGB (Red+Green+Blue) = 247+26+88=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71A58 is #08E5A7. Grayscale: #636363. Windows color (decimal): -583080 or 5774071. OLE color: 5774071.

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

Color convert

RGB 247 26 88 -
CMYK 0 0.89 0.64 0.03
HSL 343.17º 0.93% 0.54% -
HSV(B) 343.17º 0.89% 0.97% -
XYZ 40.49 21.22 11.19 -
YUV 99.15 121.72 233.46 -
System Red Green Blue C M Y K H S L
Decimal 247 26 88 0 0.89 0.64 0.03 343.17 0.93 0.54
Hex F7 1A 58 0 59 40 3 157 5D 36
Octal 367 32 130 0 131 100 3 527 135 66
Binary 11110111 11010 1011000 0 1011001 1000000 11 101010111 1011101 110110

Color Harmonies of #F71A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A58

Black with #F71A58

Text Example


Text Example

White with #F71A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A58; }

 p { color: rgb(247,26,88); }

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

background-color css

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

 a { background-color: rgb(247,26,88); }

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

border-color css

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

 span { border-color: rgb(247,26,88); }

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