Html Css Color HEX #FE6571 Wild Watermelon

📋 copy color: '#FE6571'

red 254 ◦ green 101 ◦ blue 113

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

Shades of Wild Watermelon #FE6571

Tints of Wild Watermelon #FE6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.58%

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

R = 54.27%
G = 21.58%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE6571 (or 0xFE6571) is known color: Wild Watermelon. HEX triplet: FE, 65 and 71. RGB value is (254,101,113). Sum of RGB (Red+Green+Blue) = 254+101+113=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6571 is #019A8E. Grayscale: #949494. Windows color (decimal): -105103 or 7431678. OLE color: 7431678.

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

Color convert

RGB 254 101 113 -
CMYK 0 0.60 0.56 0.00
HSL 355.29º 0.99% 0.7% -
HSV(B) 355.29º 0.6% 1% -
XYZ 48.51 31.57 19.16 -
YUV 148.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 254 101 113 0 0.60 0.56 0.00 355.29 0.99 0.7
Hex FE 65 71 0 3C 38 0 163 63 46
Octal 376 145 161 0 74 70 0 543 143 106
Binary 11111110 1100101 1110001 0 111100 111000 0 101100011 1100011 1000110

Color Harmonies of #FE6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6571

Black with #FE6571

Text Example


Text Example

White with #FE6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6571; }

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

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

background-color css

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

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

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

border-color css

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

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

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