Html Css Color HEX #FF6971 Wild Watermelon

📋 copy color: '#FF6971'

red 255 ◦ green 105 ◦ blue 113

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

Shades of Wild Watermelon #FF6971

Tints of Wild Watermelon #FF6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

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

R = 53.91%
G = 22.2%
B = 23.89%

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

#FF6971 (or 0xFF6971) is known color: Wild Watermelon. HEX triplet: FF, 69 and 71. RGB value is (255,105,113). Sum of RGB (Red+Green+Blue) = 255+105+113=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6971 is #00968E. Grayscale: #969696. Windows color (decimal): -38543 or 7432703. OLE color: 7432703.

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

Color convert

RGB 255 105 113 -
CMYK 0 0.59 0.56 0
HSL 356.8º 1% 0.71% -
HSV(B) 356.8º 0.59% 1% -
XYZ 49.27 32.56 19.31 -
YUV 150.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 255 105 113 0 0.59 0.56 0 356.8 1 0.71
Hex FF 69 71 0 3B 38 0 165 64 47
Octal 377 151 161 0 73 70 0 545 144 107
Binary 11111111 1101001 1110001 0 111011 111000 0 101100101 1100100 1000111

Color Harmonies of #FF6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6971

Black with #FF6971

Text Example


Text Example

White with #FF6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6971; }

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

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

background-color css

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

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

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

border-color css

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

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

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