Html Css Color HEX #FE5369 Wild Watermelon

📋 copy color: '#FE5369'

red 254 ◦ green 83 ◦ blue 105

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

Shades of Wild Watermelon #FE5369

Tints of Wild Watermelon #FE5369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 57.47%
G = 18.78%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE5369 (or 0xFE5369) is known color: Wild Watermelon. HEX triplet: FE, 53 and 69. RGB value is (254,83,105). Sum of RGB (Red+Green+Blue) = 254+83+105=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5369 is #01AC96. Grayscale: #888888. Windows color (decimal): -109719 or 6902782. OLE color: 6902782.

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

Color convert

RGB 254 83 105 -
CMYK 0 0.67 0.59 0.00
HSL 352.28º 0.99% 0.66% -
HSV(B) 352.28º 0.67% 1% -
XYZ 46.52 28.28 16.37 -
YUV 136.64 110.15 211.71 -
System Red Green Blue C M Y K H S L
Decimal 254 83 105 0 0.67 0.59 0.00 352.28 0.99 0.66
Hex FE 53 69 0 43 3B 0 160 63 42
Octal 376 123 151 0 103 73 0 540 143 102
Binary 11111110 1010011 1101001 0 1000011 111011 0 101100000 1100011 1000010

Color Harmonies of #FE5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5369

Black with #FE5369

Text Example


Text Example

White with #FE5369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5369; }

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

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

background-color css

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

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

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

border-color css

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

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

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