Html Css Color HEX #FF6071 Wild Watermelon

📋 copy color: '#FF6071'

red 255 ◦ green 96 ◦ blue 113

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

Shades of Wild Watermelon #FF6071

Tints of Wild Watermelon #FF6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.69%

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

R = 54.96%
G = 20.69%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF6071 (or 0xFF6071) is known color: Wild Watermelon. HEX triplet: FF, 60 and 71. RGB value is (255,96,113). Sum of RGB (Red+Green+Blue) = 255+96+113=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6071 is #009F8E. Grayscale: #919191. Windows color (decimal): -40847 or 7430399. OLE color: 7430399.

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

Color convert

RGB 255 96 113 -
CMYK 0 0.62 0.56 0
HSL 353.58º 1% 0.69% -
HSV(B) 353.58º 0.62% 1% -
XYZ 48.4 30.82 19.02 -
YUV 145.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 255 96 113 0 0.62 0.56 0 353.58 1 0.69
Hex FF 60 71 0 3E 38 0 162 64 45
Octal 377 140 161 0 76 70 0 542 144 105
Binary 11111111 1100000 1110001 0 111110 111000 0 101100010 1100100 1000101

Color Harmonies of #FF6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6071

Black with #FF6071

Text Example


Text Example

White with #FF6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6071; }

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

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

background-color css

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

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

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

border-color css

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

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

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