Html Css Color HEX #FE535B Wild Watermelon

📋 copy color: '#FE535B'

red 254 ◦ green 83 ◦ blue 91

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

Shades of Wild Watermelon #FE535B

Tints of Wild Watermelon #FE535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 59.35%
G = 19.39%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE535B (or 0xFE535B) is known color: Wild Watermelon. HEX triplet: FE, 53 and 5B. RGB value is (254,83,91). Sum of RGB (Red+Green+Blue) = 254+83+91=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE535B is #01ACA4. Grayscale: #878787. Windows color (decimal): -109733 or 5985278. OLE color: 5985278.

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

Color convert

RGB 254 83 91 -
CMYK 0 0.67 0.64 0.00
HSL 357.19º 0.99% 0.66% -
HSV(B) 357.19º 0.67% 1% -
XYZ 45.85 28.01 12.89 -
YUV 135.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 254 83 91 0 0.67 0.64 0.00 357.19 0.99 0.66
Hex FE 53 5B 0 43 40 0 165 63 42
Octal 376 123 133 0 103 100 0 545 143 102
Binary 11111110 1010011 1011011 0 1000011 1000000 0 101100101 1100011 1000010

Color Harmonies of #FE535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE535B

Black with #FE535B

Text Example


Text Example

White with #FE535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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