Html Css Color HEX #FE5770 Wild Watermelon

📋 copy color: '#FE5770'

red 254 ◦ green 87 ◦ blue 112

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

Shades of Wild Watermelon #FE5770

Tints of Wild Watermelon #FE5770

RGB

 RED value IS 254 (99.61% from 255) = 56.07%

 GREEN value IS 87 (34.38% from 255) = 19.21%

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

R = 56.07%
G = 19.21%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE5770 (or 0xFE5770) is known color: Wild Watermelon. HEX triplet: FE, 57 and 70. RGB value is (254,87,112). Sum of RGB (Red+Green+Blue) = 254+87+112=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5770 is #01A88F. Grayscale: #8B8B8B. Windows color (decimal): -108688 or 7362558. OLE color: 7362558.

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

Color convert

RGB 254 87 112 -
CMYK 0 0.66 0.56 0.00
HSL 351.02º 0.99% 0.67% -
HSV(B) 351.02º 0.66% 1% -
XYZ 47.21 29.06 18.45 -
YUV 139.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 254 87 112 0 0.66 0.56 0.00 351.02 0.99 0.67
Hex FE 57 70 0 42 38 0 15F 63 43
Octal 376 127 160 0 102 70 0 537 143 103
Binary 11111110 1010111 1110000 0 1000010 111000 0 101011111 1100011 1000011

Color Harmonies of #FE5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5770

Black with #FE5770

Text Example


Text Example

White with #FE5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5770; }

 p { color: rgb(254,87,112); }

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

background-color css

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

 a { background-color: rgb(254,87,112); }

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

border-color css

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

 span { border-color: rgb(254,87,112); }

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