Html Css Color HEX #FE5F66 Wild Watermelon

📋 copy color: '#FE5F66'

red 254 ◦ green 95 ◦ blue 102

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

Shades of Wild Watermelon #FE5F66

Tints of Wild Watermelon #FE5F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.06%

 BLUE value IS 102 (40.23% from 255) = 22.62%

R = 56.32%
G = 21.06%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE5F66 (or 0xFE5F66) is known color: Wild Watermelon. HEX triplet: FE, 5F and 66. RGB value is (254,95,102). Sum of RGB (Red+Green+Blue) = 254+95+102=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F66 is #01A099. Grayscale: #8F8F8F. Windows color (decimal): -106650 or 6709246. OLE color: 6709246.

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

Color convert

RGB 254 95 102 -
CMYK 0 0.63 0.60 0.00
HSL 357.36º 0.99% 0.68% -
HSV(B) 357.36º 0.63% 1% -
XYZ 47.36 30.21 15.91 -
YUV 143.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 254 95 102 0 0.63 0.60 0.00 357.36 0.99 0.68
Hex FE 5F 66 0 3F 3C 0 165 63 44
Octal 376 137 146 0 77 74 0 545 143 104
Binary 11111110 1011111 1100110 0 111111 111100 0 101100101 1100011 1000100

Color Harmonies of #FE5F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F66

Black with #FE5F66

Text Example


Text Example

White with #FE5F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F66; }

 p { color: rgb(254,95,102); }

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

background-color css

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

 a { background-color: rgb(254,95,102); }

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

border-color css

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

 span { border-color: rgb(254,95,102); }

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