Html Css Color HEX #F71051 Razzmatazz

📋 copy color: '#F71051'

red 247 ◦ green 16 ◦ blue 81

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

Shades of Razzmatazz #F71051

Tints of Razzmatazz #F71051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 71.8%
G = 4.65%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F71051 (or 0xF71051) is known color: Razzmatazz. HEX triplet: F7, 10 and 51. RGB value is (247,16,81). Sum of RGB (Red+Green+Blue) = 247+16+81=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F71051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71051 is #08EFAE. Grayscale: #5C5C5C. Windows color (decimal): -585647 or 5312759. OLE color: 5312759.

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

Color convert

RGB 247 16 81 -
CMYK 0 0.94 0.67 0.03
HSL 343.12º 0.94% 0.52% -
HSV(B) 343.12º 0.94% 0.97% -
XYZ 40.03 20.74 9.68 -
YUV 92.48 121.53 238.21 -
System Red Green Blue C M Y K H S L
Decimal 247 16 81 0 0.94 0.67 0.03 343.12 0.94 0.52
Hex F7 10 51 0 5E 43 3 157 5E 34
Octal 367 20 121 0 136 103 3 527 136 64
Binary 11110111 10000 1010001 0 1011110 1000011 11 101010111 1011110 110100

Color Harmonies of #F71051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71051

Black with #F71051

Text Example


Text Example

White with #F71051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71051; }

 p { color: rgb(247,16,81); }

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

background-color css

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

 a { background-color: rgb(247,16,81); }

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

border-color css

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

 span { border-color: rgb(247,16,81); }

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