Html Css Color HEX #FF6871 Wild Watermelon

📋 copy color: '#FF6871'

red 255 ◦ green 104 ◦ blue 113

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

Shades of Wild Watermelon #FF6871

Tints of Wild Watermelon #FF6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

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

R = 54.03%
G = 22.03%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF6871 (or 0xFF6871) is known color: Wild Watermelon. HEX triplet: FF, 68 and 71. RGB value is (255,104,113). Sum of RGB (Red+Green+Blue) = 255+104+113=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6871 is #00978E. Grayscale: #969696. Windows color (decimal): -38799 or 7432447. OLE color: 7432447.

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

Color convert

RGB 255 104 113 -
CMYK 0 0.59 0.56 0
HSL 356.42º 1% 0.7% -
HSV(B) 356.42º 0.59% 1% -
XYZ 49.17 32.35 19.28 -
YUV 150.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 255 104 113 0 0.59 0.56 0 356.42 1 0.7
Hex FF 68 71 0 3B 38 0 164 64 46
Octal 377 150 161 0 73 70 0 544 144 106
Binary 11111111 1101000 1110001 0 111011 111000 0 101100100 1100100 1000110

Color Harmonies of #FF6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6871

Black with #FF6871

Text Example


Text Example

White with #FF6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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