Html Css Color HEX #FE536F Wild Watermelon

📋 copy color: '#FE536F'

red 254 ◦ green 83 ◦ blue 111

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

Shades of Wild Watermelon #FE536F

Tints of Wild Watermelon #FE536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 56.7%
G = 18.53%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE536F (or 0xFE536F) is known color: Wild Watermelon. HEX triplet: FE, 53 and 6F. RGB value is (254,83,111). Sum of RGB (Red+Green+Blue) = 254+83+111=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE536F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE536F is #01AC90. Grayscale: #898989. Windows color (decimal): -109713 or 7295998. OLE color: 7295998.

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

Color convert

RGB 254 83 111 -
CMYK 0 0.67 0.56 0.00
HSL 350.18º 0.99% 0.66% -
HSV(B) 350.18º 0.67% 1% -
XYZ 46.84 28.41 18.05 -
YUV 137.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 254 83 111 0 0.67 0.56 0.00 350.18 0.99 0.66
Hex FE 53 6F 0 43 38 0 15E 63 42
Octal 376 123 157 0 103 70 0 536 143 102
Binary 11111110 1010011 1101111 0 1000011 111000 0 101011110 1100011 1000010

Color Harmonies of #FE536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE536F

Black with #FE536F

Text Example


Text Example

White with #FE536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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