Html Css Color HEX #FA5873 Wild Watermelon

📋 copy color: '#FA5873'

red 250 ◦ green 88 ◦ blue 115

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

Shades of Wild Watermelon #FA5873

Tints of Wild Watermelon #FA5873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.43%

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 55.19%
G = 19.43%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA5873 (or 0xFA5873) is known color: Wild Watermelon. HEX triplet: FA, 58 and 73. RGB value is (250,88,115). Sum of RGB (Red+Green+Blue) = 250+88+115=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5873 is #05A78C. Grayscale: #8B8B8B. Windows color (decimal): -370573 or 7559418. OLE color: 7559418.

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

Color convert

RGB 250 88 115 -
CMYK 0 0.65 0.54 0.02
HSL 350º 0.94% 0.66% -
HSV(B) 350º 0.65% 0.98% -
XYZ 46.01 28.54 19.3 -
YUV 139.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 250 88 115 0 0.65 0.54 0.02 350 0.94 0.66
Hex FA 58 73 0 41 36 2 15E 5E 42
Octal 372 130 163 0 101 66 2 536 136 102
Binary 11111010 1011000 1110011 0 1000001 110110 10 101011110 1011110 1000010

Color Harmonies of #FA5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5873

Black with #FA5873

Text Example


Text Example

White with #FA5873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5873; }

 p { color: rgb(250,88,115); }

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

background-color css

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

 a { background-color: rgb(250,88,115); }

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

border-color css

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

 span { border-color: rgb(250,88,115); }

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