Html Css Color HEX #F71460 Razzmatazz

📋 copy color: '#F71460'

red 247 ◦ green 20 ◦ blue 96

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

Shades of Razzmatazz #F71460

Tints of Razzmatazz #F71460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 68.04%
G = 5.51%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F71460 (or 0xF71460) is known color: Razzmatazz. HEX triplet: F7, 14 and 60. RGB value is (247,20,96). Sum of RGB (Red+Green+Blue) = 247+20+96=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F71460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71460 is #08EB9F. Grayscale: #606060. Windows color (decimal): -584608 or 6296823. OLE color: 6296823.

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

Color convert

RGB 247 20 96 -
CMYK 0 0.92 0.61 0.03
HSL 339.91º 0.93% 0.52% -
HSV(B) 339.91º 0.92% 0.97% -
XYZ 40.72 21.12 13 -
YUV 96.54 127.71 235.32 -
System Red Green Blue C M Y K H S L
Decimal 247 20 96 0 0.92 0.61 0.03 339.91 0.93 0.52
Hex F7 14 60 0 5C 3D 3 154 5D 34
Octal 367 24 140 0 134 75 3 524 135 64
Binary 11110111 10100 1100000 0 1011100 111101 11 101010100 1011101 110100

Color Harmonies of #F71460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71460

Black with #F71460

Text Example


Text Example

White with #F71460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71460; }

 p { color: rgb(247,20,96); }

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

background-color css

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

 a { background-color: rgb(247,20,96); }

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

border-color css

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

 span { border-color: rgb(247,20,96); }

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