Html Css Color HEX #FA6871 Wild Watermelon

📋 copy color: '#FA6871'

red 250 ◦ green 104 ◦ blue 113

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

Shades of Wild Watermelon #FA6871

Tints of Wild Watermelon #FA6871

RGB

 RED value IS 250 (98.05% from 255) = 53.53%

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

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

R = 53.53%
G = 22.27%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA6871 (or 0xFA6871) is known color: Wild Watermelon. HEX triplet: FA, 68 and 71. RGB value is (250,104,113). Sum of RGB (Red+Green+Blue) = 250+104+113=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6871 is #05978E. Grayscale: #949494. Windows color (decimal): -366479 or 7432442. OLE color: 7432442.

HSL color Cylindrical-coordinate representation of color #FA6871: hue angle of 356.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6871 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 104 113 -
CMYK 0 0.58 0.55 0.02
HSL 356.3º 0.94% 0.69% -
HSV(B) 356.3º 0.58% 0.98% -
XYZ 47.36 31.42 19.19 -
YUV 148.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 250 104 113 0 0.58 0.55 0.02 356.3 0.94 0.69
Hex FA 68 71 0 3A 37 2 164 5E 45
Octal 372 150 161 0 72 67 2 544 136 105
Binary 11111010 1101000 1110001 0 111010 110111 10 101100100 1011110 1000101

Color Harmonies of #FA6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6871

Black with #FA6871

Text Example


Text Example

White with #FA6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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