Html Css Color HEX #FE6F71 Wild Watermelon

📋 copy color: '#FE6F71'

red 254 ◦ green 111 ◦ blue 113

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

Shades of Wild Watermelon #FE6F71

Tints of Wild Watermelon #FE6F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 53.14%
G = 23.22%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE6F71 (or 0xFE6F71) is known color: Wild Watermelon. HEX triplet: FE, 6F and 71. RGB value is (254,111,113). Sum of RGB (Red+Green+Blue) = 254+111+113=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F71 is #01908E. Grayscale: #9A9A9A. Windows color (decimal): -102543 or 7434238. OLE color: 7434238.

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

Color convert

RGB 254 111 113 -
CMYK 0 0.56 0.56 0.00
HSL 359.16º 0.99% 0.72% -
HSV(B) 359.16º 0.56% 1% -
XYZ 49.54 33.63 19.5 -
YUV 153.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 254 111 113 0 0.56 0.56 0.00 359.16 0.99 0.72
Hex FE 6F 71 0 38 38 0 167 63 48
Octal 376 157 161 0 70 70 0 547 143 110
Binary 11111110 1101111 1110001 0 111000 111000 0 101100111 1100011 1001000

Color Harmonies of #FE6F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F71

Black with #FE6F71

Text Example


Text Example

White with #FE6F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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