Html Css Color HEX #FF5070 Wild Watermelon

📋 copy color: '#FF5070'

red 255 ◦ green 80 ◦ blue 112

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

Shades of Wild Watermelon #FF5070

Tints of Wild Watermelon #FF5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.9%

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 57.05%
G = 17.9%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF5070 (or 0xFF5070) is known color: Wild Watermelon. HEX triplet: FF, 50 and 70. RGB value is (255,80,112). Sum of RGB (Red+Green+Blue) = 255+80+112=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5070 is #00AF8F. Grayscale: #888888. Windows color (decimal): -44944 or 7360767. OLE color: 7360767.

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

Color convert

RGB 255 80 112 -
CMYK 0 0.69 0.56 0
HSL 349.03º 1% 0.66% -
HSV(B) 349.03º 0.69% 1% -
XYZ 47.03 28.17 18.29 -
YUV 135.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 255 80 112 0 0.69 0.56 0 349.03 1 0.66
Hex FF 50 70 0 45 38 0 15D 64 42
Octal 377 120 160 0 105 70 0 535 144 102
Binary 11111111 1010000 1110000 0 1000101 111000 0 101011101 1100100 1000010

Color Harmonies of #FF5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5070

Black with #FF5070

Text Example


Text Example

White with #FF5070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5070; }

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

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

background-color css

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

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

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

border-color css

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

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

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