Html Css Color HEX #FF6072 Wild Watermelon

📋 copy color: '#FF6072'

red 255 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #FF6072

Tints of Wild Watermelon #FF6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 54.84%
G = 20.65%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6072 (or 0xFF6072) is known color: Wild Watermelon. HEX triplet: FF, 60 and 72. RGB value is (255,96,114). Sum of RGB (Red+Green+Blue) = 255+96+114=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6072 is #009F8D. Grayscale: #919191. Windows color (decimal): -40846 or 7495935. OLE color: 7495935.

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

Color convert

RGB 255 96 114 -
CMYK 0 0.62 0.55 0
HSL 353.21º 1% 0.69% -
HSV(B) 353.21º 0.62% 1% -
XYZ 48.46 30.84 19.32 -
YUV 145.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 255 96 114 0 0.62 0.55 0 353.21 1 0.69
Hex FF 60 72 0 3E 37 0 161 64 45
Octal 377 140 162 0 76 67 0 541 144 105
Binary 11111111 1100000 1110010 0 111110 110111 0 101100001 1100100 1000101

Color Harmonies of #FF6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6072

Black with #FF6072

Text Example


Text Example

White with #FF6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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