Html Css Color HEX #FF6077 Wild Watermelon

📋 copy color: '#FF6077'

red 255 ◦ green 96 ◦ blue 119

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

Shades of Wild Watermelon #FF6077

Tints of Wild Watermelon #FF6077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 54.26%
G = 20.43%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF6077 (or 0xFF6077) is known color: Wild Watermelon. HEX triplet: FF, 60 and 77. RGB value is (255,96,119). Sum of RGB (Red+Green+Blue) = 255+96+119=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6077 is #009F88. Grayscale: #929292. Windows color (decimal): -40841 or 7823615. OLE color: 7823615.

HSL color Cylindrical-coordinate representation of color #FF6077: hue angle of 351.32º 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 #FF6077 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 119 -
CMYK 0 0.62 0.53 0
HSL 351.32º 1% 0.69% -
HSV(B) 351.32º 0.62% 1% -
XYZ 48.75 30.96 20.86 -
YUV 146.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 255 96 119 0 0.62 0.53 0 351.32 1 0.69
Hex FF 60 77 0 3E 35 0 15F 64 45
Octal 377 140 167 0 76 65 0 537 144 105
Binary 11111111 1100000 1110111 0 111110 110101 0 101011111 1100100 1000101

Color Harmonies of #FF6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6077

Black with #FF6077

Text Example


Text Example

White with #FF6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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