Html Css Color HEX #FF7071 Wild Watermelon

📋 copy color: '#FF7071'

red 255 ◦ green 112 ◦ blue 113

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

Shades of Wild Watermelon #FF7071

Tints of Wild Watermelon #FF7071

RGB

 RED value IS 255 (100% from 255) = 53.13%

 GREEN value IS 112 (44.14% from 255) = 23.33%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 53.13%
G = 23.33%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7071 (or 0xFF7071) is known color: Wild Watermelon. HEX triplet: FF, 70 and 71. RGB value is (255,112,113). Sum of RGB (Red+Green+Blue) = 255+112+113=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7071 is #008F8E. Grayscale: #9B9B9B. Windows color (decimal): -36751 or 7434495. OLE color: 7434495.

HSL color Cylindrical-coordinate representation of color #FF7071: hue angle of 359.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7071 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 113 -
CMYK 0 0.56 0.56 0
HSL 359.58º 1% 0.72% -
HSV(B) 359.58º 0.56% 1% -
XYZ 50.01 34.04 19.56 -
YUV 154.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 255 112 113 0 0.56 0.56 0 359.58 1 0.72
Hex FF 70 71 0 38 38 0 168 64 48
Octal 377 160 161 0 70 70 0 550 144 110
Binary 11111111 1110000 1110001 0 111000 111000 0 101101000 1100100 1001000

Color Harmonies of #FF7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7071

Black with #FF7071

Text Example


Text Example

White with #FF7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7071; }

 p { color: rgb(255,112,113); }

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

background-color css

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

 a { background-color: rgb(255,112,113); }

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

border-color css

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

 span { border-color: rgb(255,112,113); }

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