Html Css Color HEX #F71053 Razzmatazz

📋 copy color: '#F71053'

red 247 ◦ green 16 ◦ blue 83

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

Shades of Razzmatazz #F71053

Tints of Razzmatazz #F71053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 71.39%
G = 4.62%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F71053 (or 0xF71053) is known color: Razzmatazz. HEX triplet: F7, 10 and 53. RGB value is (247,16,83). Sum of RGB (Red+Green+Blue) = 247+16+83=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F71053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71053 is #08EFAC. Grayscale: #5C5C5C. Windows color (decimal): -585645 or 5443831. OLE color: 5443831.

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

Color convert

RGB 247 16 83 -
CMYK 0 0.94 0.66 0.03
HSL 342.6º 0.94% 0.52% -
HSV(B) 342.6º 0.94% 0.97% -
XYZ 40.1 20.77 10.08 -
YUV 92.71 122.53 238.05 -
System Red Green Blue C M Y K H S L
Decimal 247 16 83 0 0.94 0.66 0.03 342.6 0.94 0.52
Hex F7 10 53 0 5E 42 3 157 5E 34
Octal 367 20 123 0 136 102 3 527 136 64
Binary 11110111 10000 1010011 0 1011110 1000010 11 101010111 1011110 110100

Color Harmonies of #F71053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71053

Black with #F71053

Text Example


Text Example

White with #F71053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71053; }

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

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

background-color css

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

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

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

border-color css

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

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

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