Html Css Color HEX #FE525E Wild Watermelon

📋 copy color: '#FE525E'

red 254 ◦ green 82 ◦ blue 94

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

Shades of Wild Watermelon #FE525E

Tints of Wild Watermelon #FE525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.07%

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 59.07%
G = 19.07%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE525E (or 0xFE525E) is known color: Wild Watermelon. HEX triplet: FE, 52 and 5E. RGB value is (254,82,94). Sum of RGB (Red+Green+Blue) = 254+82+94=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE525E is #01ADA1. Grayscale: #868686. Windows color (decimal): -109986 or 6181630. OLE color: 6181630.

HSL color Cylindrical-coordinate representation of color #FE525E: hue angle of 355.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE525E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 82 94 -
CMYK 0 0.68 0.63 0.00
HSL 355.81º 0.99% 0.66% -
HSV(B) 355.81º 0.68% 1% -
XYZ 45.91 27.91 13.56 -
YUV 134.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 254 82 94 0 0.68 0.63 0.00 355.81 0.99 0.66
Hex FE 52 5E 0 44 3F 0 164 63 42
Octal 376 122 136 0 104 77 0 544 143 102
Binary 11111110 1010010 1011110 0 1000100 111111 0 101100100 1100011 1000010

Color Harmonies of #FE525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE525E

Black with #FE525E

Text Example


Text Example

White with #FE525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE525E; }

 p { color: rgb(254,82,94); }

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

background-color css

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

 a { background-color: rgb(254,82,94); }

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

border-color css

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

 span { border-color: rgb(254,82,94); }

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