Html Css Color HEX #FE5C6A Wild Watermelon

📋 copy color: '#FE5C6A'

red 254 ◦ green 92 ◦ blue 106

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

Shades of Wild Watermelon #FE5C6A

Tints of Wild Watermelon #FE5C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 106 (41.8% from 255) = 23.45%

R = 56.19%
G = 20.35%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE5C6A (or 0xFE5C6A) is known color: Wild Watermelon. HEX triplet: FE, 5C and 6A. RGB value is (254,92,106). Sum of RGB (Red+Green+Blue) = 254+92+106=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C6A is #01A395. Grayscale: #8E8E8E. Windows color (decimal): -107414 or 6970622. OLE color: 6970622.

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

Color convert

RGB 254 92 106 -
CMYK 0 0.64 0.58 0.00
HSL 354.81º 0.99% 0.68% -
HSV(B) 354.81º 0.64% 1% -
XYZ 47.3 29.77 16.89 -
YUV 142.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 254 92 106 0 0.64 0.58 0.00 354.81 0.99 0.68
Hex FE 5C 6A 0 40 3A 0 163 63 44
Octal 376 134 152 0 100 72 0 543 143 104
Binary 11111110 1011100 1101010 0 1000000 111010 0 101100011 1100011 1000100

Color Harmonies of #FE5C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C6A

Black with #FE5C6A

Text Example


Text Example

White with #FE5C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C6A; }

 p { color: rgb(254,92,106); }

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

background-color css

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

 a { background-color: rgb(254,92,106); }

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

border-color css

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

 span { border-color: rgb(254,92,106); }

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