Html Css Color HEX #FE5865 Wild Watermelon

📋 copy color: '#FE5865'

red 254 ◦ green 88 ◦ blue 101

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

Shades of Wild Watermelon #FE5865

Tints of Wild Watermelon #FE5865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 57.34%
G = 19.86%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE5865 (or 0xFE5865) is known color: Wild Watermelon. HEX triplet: FE, 58 and 65. RGB value is (254,88,101). Sum of RGB (Red+Green+Blue) = 254+88+101=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5865 is #01A79A. Grayscale: #8B8B8B. Windows color (decimal): -108443 or 6641918. OLE color: 6641918.

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

Color convert

RGB 254 88 101 -
CMYK 0 0.65 0.60 0.00
HSL 355.3º 0.99% 0.67% -
HSV(B) 355.3º 0.65% 1% -
XYZ 46.71 28.99 15.45 -
YUV 139.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 254 88 101 0 0.65 0.60 0.00 355.3 0.99 0.67
Hex FE 58 65 0 41 3C 0 163 63 43
Octal 376 130 145 0 101 74 0 543 143 103
Binary 11111110 1011000 1100101 0 1000001 111100 0 101100011 1100011 1000011

Color Harmonies of #FE5865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5865

Black with #FE5865

Text Example


Text Example

White with #FE5865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5865; }

 p { color: rgb(254,88,101); }

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

background-color css

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

 a { background-color: rgb(254,88,101); }

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

border-color css

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

 span { border-color: rgb(254,88,101); }

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