Html Css Color HEX #FE535A Wild Watermelon

📋 copy color: '#FE535A'

red 254 ◦ green 83 ◦ blue 90

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

Shades of Wild Watermelon #FE535A

Tints of Wild Watermelon #FE535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 59.48%
G = 19.44%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE535A (or 0xFE535A) is known color: Wild Watermelon. HEX triplet: FE, 53 and 5A. RGB value is (254,83,90). Sum of RGB (Red+Green+Blue) = 254+83+90=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE535A is #01ACA5. Grayscale: #878787. Windows color (decimal): -109734 or 5919742. OLE color: 5919742.

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

Color convert

RGB 254 83 90 -
CMYK 0 0.67 0.65 0.00
HSL 357.54º 0.99% 0.66% -
HSV(B) 357.54º 0.67% 1% -
XYZ 45.81 28 12.66 -
YUV 134.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 254 83 90 0 0.67 0.65 0.00 357.54 0.99 0.66
Hex FE 53 5A 0 43 41 0 166 63 42
Octal 376 123 132 0 103 101 0 546 143 102
Binary 11111110 1010011 1011010 0 1000011 1000001 0 101100110 1100011 1000010

Color Harmonies of #FE535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE535A

Black with #FE535A

Text Example


Text Example

White with #FE535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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