Html Css Color HEX #FE5270 Wild Watermelon

📋 copy color: '#FE5270'

red 254 ◦ green 82 ◦ blue 112

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

Shades of Wild Watermelon #FE5270

Tints of Wild Watermelon #FE5270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 112 (44.14% from 255) = 25%

R = 56.7%
G = 18.3%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE5270 (or 0xFE5270) is known color: Wild Watermelon. HEX triplet: FE, 52 and 70. RGB value is (254,82,112). Sum of RGB (Red+Green+Blue) = 254+82+112=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5270 is #01AD8F. Grayscale: #888888. Windows color (decimal): -109968 or 7361278. OLE color: 7361278.

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

Color convert

RGB 254 82 112 -
CMYK 0 0.68 0.56 0.00
HSL 349.53º 0.99% 0.66% -
HSV(B) 349.53º 0.68% 1% -
XYZ 46.81 28.28 18.32 -
YUV 136.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 254 82 112 0 0.68 0.56 0.00 349.53 0.99 0.66
Hex FE 52 70 0 44 38 0 15E 63 42
Octal 376 122 160 0 104 70 0 536 143 102
Binary 11111110 1010010 1110000 0 1000100 111000 0 101011110 1100011 1000010

Color Harmonies of #FE5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5270

Black with #FE5270

Text Example


Text Example

White with #FE5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5270; }

 p { color: rgb(254,82,112); }

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

background-color css

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

 a { background-color: rgb(254,82,112); }

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

border-color css

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

 span { border-color: rgb(254,82,112); }

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