Html Css Color HEX #FE536A Wild Watermelon

📋 copy color: '#FE536A'

red 254 ◦ green 83 ◦ blue 106

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

Shades of Wild Watermelon #FE536A

Tints of Wild Watermelon #FE536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 57.34%
G = 18.74%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE536A (or 0xFE536A) is known color: Wild Watermelon. HEX triplet: FE, 53 and 6A. RGB value is (254,83,106). Sum of RGB (Red+Green+Blue) = 254+83+106=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE536A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE536A is #01AC95. Grayscale: #888888. Windows color (decimal): -109718 or 6968318. OLE color: 6968318.

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

Color convert

RGB 254 83 106 -
CMYK 0 0.67 0.58 0.00
HSL 351.93º 0.99% 0.66% -
HSV(B) 351.93º 0.67% 1% -
XYZ 46.57 28.3 16.64 -
YUV 136.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 254 83 106 0 0.67 0.58 0.00 351.93 0.99 0.66
Hex FE 53 6A 0 43 3A 0 160 63 42
Octal 376 123 152 0 103 72 0 540 143 102
Binary 11111110 1010011 1101010 0 1000011 111010 0 101100000 1100011 1000010

Color Harmonies of #FE536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE536A

Black with #FE536A

Text Example


Text Example

White with #FE536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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