Html Css Color HEX #FE606E Wild Watermelon

📋 copy color: '#FE606E'

red 254 ◦ green 96 ◦ blue 110

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

Shades of Wild Watermelon #FE606E

Tints of Wild Watermelon #FE606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.87%

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 55.22%
G = 20.87%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE606E (or 0xFE606E) is known color: Wild Watermelon. HEX triplet: FE, 60 and 6E. RGB value is (254,96,110). Sum of RGB (Red+Green+Blue) = 254+96+110=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE606E is #019F91. Grayscale: #909090. Windows color (decimal): -106386 or 7233790. OLE color: 7233790.

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

Color convert

RGB 254 96 110 -
CMYK 0 0.62 0.57 0.00
HSL 354.68º 0.99% 0.69% -
HSV(B) 354.68º 0.62% 1% -
XYZ 47.87 30.56 18.13 -
YUV 144.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 254 96 110 0 0.62 0.57 0.00 354.68 0.99 0.69
Hex FE 60 6E 0 3E 39 0 163 63 45
Octal 376 140 156 0 76 71 0 543 143 105
Binary 11111110 1100000 1101110 0 111110 111001 0 101100011 1100011 1000101

Color Harmonies of #FE606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE606E

Black with #FE606E

Text Example


Text Example

White with #FE606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE606E; }

 p { color: rgb(254,96,110); }

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

background-color css

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

 a { background-color: rgb(254,96,110); }

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

border-color css

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

 span { border-color: rgb(254,96,110); }

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