Html Css Color HEX #F71260 Razzmatazz

📋 copy color: '#F71260'

red 247 ◦ green 18 ◦ blue 96

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

Shades of Razzmatazz #F71260

Tints of Razzmatazz #F71260

RGB

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

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

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

R = 68.42%
G = 4.99%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F71260 (or 0xF71260) is known color: Razzmatazz. HEX triplet: F7, 12 and 60. RGB value is (247,18,96). Sum of RGB (Red+Green+Blue) = 247+18+96=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F71260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71260 is #08ED9F. Grayscale: #5F5F5F. Windows color (decimal): -585120 or 6296311. OLE color: 6296311.

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

Color convert

RGB 247 18 96 -
CMYK 0 0.93 0.61 0.03
HSL 339.56º 0.93% 0.52% -
HSV(B) 339.56º 0.93% 0.97% -
XYZ 40.69 21.05 12.99 -
YUV 95.36 128.37 236.16 -
System Red Green Blue C M Y K H S L
Decimal 247 18 96 0 0.93 0.61 0.03 339.56 0.93 0.52
Hex F7 12 60 0 5D 3D 3 154 5D 34
Octal 367 22 140 0 135 75 3 524 135 64
Binary 11110111 10010 1100000 0 1011101 111101 11 101010100 1011101 110100

Color Harmonies of #F71260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71260

Black with #F71260

Text Example


Text Example

White with #F71260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71260; }

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

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

background-color css

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

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

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

border-color css

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

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

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