Html Css Color HEX #FE5C7B Wild Watermelon

📋 copy color: '#FE5C7B'

red 254 ◦ green 92 ◦ blue 123

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

Shades of Wild Watermelon #FE5C7B

Tints of Wild Watermelon #FE5C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 54.16%
G = 19.62%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE5C7B (or 0xFE5C7B) is known color: Wild Watermelon. HEX triplet: FE, 5C and 7B. RGB value is (254,92,123). Sum of RGB (Red+Green+Blue) = 254+92+123=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C7B is #01A384. Grayscale: #909090. Windows color (decimal): -107397 or 8084734. OLE color: 8084734.

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

Color convert

RGB 254 92 123 -
CMYK 0 0.64 0.52 0.00
HSL 348.52º 0.99% 0.68% -
HSV(B) 348.52º 0.64% 1% -
XYZ 48.28 30.16 22.02 -
YUV 143.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 254 92 123 0 0.64 0.52 0.00 348.52 0.99 0.68
Hex FE 5C 7B 0 40 34 0 15D 63 44
Octal 376 134 173 0 100 64 0 535 143 104
Binary 11111110 1011100 1111011 0 1000000 110100 0 101011101 1100011 1000100

Color Harmonies of #FE5C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C7B

Black with #FE5C7B

Text Example


Text Example

White with #FE5C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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