Html Css Color HEX #F71254 Razzmatazz

📋 copy color: '#F71254'

red 247 ◦ green 18 ◦ blue 84

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

Shades of Razzmatazz #F71254

Tints of Razzmatazz #F71254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.07%

R = 70.77%
G = 5.16%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F71254 (or 0xF71254) is known color: Razzmatazz. HEX triplet: F7, 12 and 54. RGB value is (247,18,84). Sum of RGB (Red+Green+Blue) = 247+18+84=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F71254 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71254 is #08EDAB. Grayscale: #5D5D5D. Windows color (decimal): -585132 or 5509879. OLE color: 5509879.

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

Color convert

RGB 247 18 84 -
CMYK 0 0.93 0.66 0.03
HSL 342.71º 0.93% 0.52% -
HSV(B) 342.71º 0.93% 0.97% -
XYZ 40.17 20.85 10.29 -
YUV 94 122.37 237.13 -
System Red Green Blue C M Y K H S L
Decimal 247 18 84 0 0.93 0.66 0.03 342.71 0.93 0.52
Hex F7 12 54 0 5D 42 3 157 5D 34
Octal 367 22 124 0 135 102 3 527 135 64
Binary 11110111 10010 1010100 0 1011101 1000010 11 101010111 1011101 110100

Color Harmonies of #F71254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71254

Black with #F71254

Text Example


Text Example

White with #F71254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71254; }

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

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

background-color css

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

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

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

border-color css

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

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

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