Html Css Color HEX #FE5066 Wild Watermelon

📋 copy color: '#FE5066'

red 254 ◦ green 80 ◦ blue 102

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

Shades of Wild Watermelon #FE5066

Tints of Wild Watermelon #FE5066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 58.26%
G = 18.35%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE5066 (or 0xFE5066) is known color: Wild Watermelon. HEX triplet: FE, 50 and 66. RGB value is (254,80,102). Sum of RGB (Red+Green+Blue) = 254+80+102=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5066 is #01AF99. Grayscale: #868686. Windows color (decimal): -110490 or 6705406. OLE color: 6705406.

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

Color convert

RGB 254 80 102 -
CMYK 0 0.69 0.60 0.00
HSL 352.41º 0.99% 0.65% -
HSV(B) 352.41º 0.69% 1% -
XYZ 46.14 27.77 15.5 -
YUV 134.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 254 80 102 0 0.69 0.60 0.00 352.41 0.99 0.65
Hex FE 50 66 0 45 3C 0 160 63 41
Octal 376 120 146 0 105 74 0 540 143 101
Binary 11111110 1010000 1100110 0 1000101 111100 0 101100000 1100011 1000001

Color Harmonies of #FE5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5066

Black with #FE5066

Text Example


Text Example

White with #FE5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5066; }

 p { color: rgb(254,80,102); }

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

background-color css

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

 a { background-color: rgb(254,80,102); }

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

border-color css

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

 span { border-color: rgb(254,80,102); }

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