Html Css Color HEX #FA5872 Wild Watermelon

📋 copy color: '#FA5872'

red 250 ◦ green 88 ◦ blue 114

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

Shades of Wild Watermelon #FA5872

Tints of Wild Watermelon #FA5872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 55.31%
G = 19.47%
B = 25.22%

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

#FA5872 (or 0xFA5872) is known color: Wild Watermelon. HEX triplet: FA, 58 and 72. RGB value is (250,88,114). Sum of RGB (Red+Green+Blue) = 250+88+114=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5872 is #05A78D. Grayscale: #8B8B8B. Windows color (decimal): -370574 or 7493882. OLE color: 7493882.

HSL color Cylindrical-coordinate representation of color #FA5872: hue angle of 350.37º 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 #FA5872 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 88 114 -
CMYK 0 0.65 0.54 0.02
HSL 350.37º 0.94% 0.66% -
HSV(B) 350.37º 0.65% 0.98% -
XYZ 45.95 28.52 19 -
YUV 139.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 250 88 114 0 0.65 0.54 0.02 350.37 0.94 0.66
Hex FA 58 72 0 41 36 2 15E 5E 42
Octal 372 130 162 0 101 66 2 536 136 102
Binary 11111010 1011000 1110010 0 1000001 110110 10 101011110 1011110 1000010

Color Harmonies of #FA5872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5872

Black with #FA5872

Text Example


Text Example

White with #FA5872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5872; }

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

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

background-color css

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

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

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

border-color css

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

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

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