Html Css Color HEX #FE535F Wild Watermelon

📋 copy color: '#FE535F'

red 254 ◦ green 83 ◦ blue 95

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

Shades of Wild Watermelon #FE535F

Tints of Wild Watermelon #FE535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.21%

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 58.8%
G = 19.21%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE535F (or 0xFE535F) is known color: Wild Watermelon. HEX triplet: FE, 53 and 5F. RGB value is (254,83,95). Sum of RGB (Red+Green+Blue) = 254+83+95=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE535F is #01ACA0. Grayscale: #878787. Windows color (decimal): -109729 or 6247422. OLE color: 6247422.

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

Color convert

RGB 254 83 95 -
CMYK 0 0.67 0.63 0.00
HSL 355.79º 0.99% 0.66% -
HSV(B) 355.79º 0.67% 1% -
XYZ 46.03 28.08 13.82 -
YUV 135.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 254 83 95 0 0.67 0.63 0.00 355.79 0.99 0.66
Hex FE 53 5F 0 43 3F 0 164 63 42
Octal 376 123 137 0 103 77 0 544 143 102
Binary 11111110 1010011 1011111 0 1000011 111111 0 101100100 1100011 1000010

Color Harmonies of #FE535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE535F

Black with #FE535F

Text Example


Text Example

White with #FE535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE535F; }

 p { color: rgb(254,83,95); }

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

background-color css

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

 a { background-color: rgb(254,83,95); }

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

border-color css

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

 span { border-color: rgb(254,83,95); }

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