Html Css Color HEX #FF6571 Wild Watermelon

📋 copy color: '#FF6571'

red 255 ◦ green 101 ◦ blue 113

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

Shades of Wild Watermelon #FF6571

Tints of Wild Watermelon #FF6571

RGB

 RED value IS 255 (100% from 255) = 54.37%

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

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

R = 54.37%
G = 21.54%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF6571 (or 0xFF6571) is known color: Wild Watermelon. HEX triplet: FF, 65 and 71. RGB value is (255,101,113). Sum of RGB (Red+Green+Blue) = 255+101+113=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6571 is #009A8E. Grayscale: #949494. Windows color (decimal): -39567 or 7431679. OLE color: 7431679.

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

Color convert

RGB 255 101 113 -
CMYK 0 0.60 0.56 0
HSL 355.32º 1% 0.7% -
HSV(B) 355.32º 0.6% 1% -
XYZ 48.87 31.76 19.18 -
YUV 148.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 255 101 113 0 0.60 0.56 0 355.32 1 0.7
Hex FF 65 71 0 3C 38 0 163 64 46
Octal 377 145 161 0 74 70 0 543 144 106
Binary 11111111 1100101 1110001 0 111100 111000 0 101100011 1100100 1000110

Color Harmonies of #FF6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6571

Black with #FF6571

Text Example


Text Example

White with #FF6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6571; }

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

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

background-color css

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

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

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

border-color css

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

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

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