Html Css Color HEX #FE565A Wild Watermelon

📋 copy color: '#FE565A'

red 254 ◦ green 86 ◦ blue 90

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

Shades of Wild Watermelon #FE565A

Tints of Wild Watermelon #FE565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20%

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 59.07%
G = 20%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE565A (or 0xFE565A) is known color: Wild Watermelon. HEX triplet: FE, 56 and 5A. RGB value is (254,86,90). Sum of RGB (Red+Green+Blue) = 254+86+90=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE565A is #01A9A5. Grayscale: #888888. Windows color (decimal): -108966 or 5920510. OLE color: 5920510.

HSL color Cylindrical-coordinate representation of color #FE565A: hue angle of 358.57º 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 #FE565A is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 86 90 -
CMYK 0 0.66 0.65 0.00
HSL 358.57º 0.99% 0.67% -
HSV(B) 358.57º 0.66% 1% -
XYZ 46.05 28.46 12.74 -
YUV 136.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 254 86 90 0 0.66 0.65 0.00 358.57 0.99 0.67
Hex FE 56 5A 0 42 41 0 167 63 43
Octal 376 126 132 0 102 101 0 547 143 103
Binary 11111110 1010110 1011010 0 1000010 1000001 0 101100111 1100011 1000011

Color Harmonies of #FE565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE565A

Black with #FE565A

Text Example


Text Example

White with #FE565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE565A; }

 p { color: rgb(254,86,90); }

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

background-color css

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

 a { background-color: rgb(254,86,90); }

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

border-color css

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

 span { border-color: rgb(254,86,90); }

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