Html Css Color HEX #FE5C7C Wild Watermelon

📋 copy color: '#FE5C7C'

red 254 ◦ green 92 ◦ blue 124

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

Shades of Wild Watermelon #FE5C7C

Tints of Wild Watermelon #FE5C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 54.04%
G = 19.57%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE5C7C (or 0xFE5C7C) is known color: Wild Watermelon. HEX triplet: FE, 5C and 7C. RGB value is (254,92,124). Sum of RGB (Red+Green+Blue) = 254+92+124=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C7C is #01A383. Grayscale: #909090. Windows color (decimal): -107396 or 8150270. OLE color: 8150270.

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

Color convert

RGB 254 92 124 -
CMYK 0 0.64 0.51 0.00
HSL 348.15º 0.99% 0.68% -
HSV(B) 348.15º 0.64% 1% -
XYZ 48.34 30.18 22.35 -
YUV 144.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 254 92 124 0 0.64 0.51 0.00 348.15 0.99 0.68
Hex FE 5C 7C 0 40 33 0 15C 63 44
Octal 376 134 174 0 100 63 0 534 143 104
Binary 11111110 1011100 1111100 0 1000000 110011 0 101011100 1100011 1000100

Color Harmonies of #FE5C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C7C

Black with #FE5C7C

Text Example


Text Example

White with #FE5C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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