Html Css Color HEX #FA5F63 Wild Watermelon

📋 copy color: '#FA5F63'

red 250 ◦ green 95 ◦ blue 99

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

Shades of Wild Watermelon #FA5F63

Tints of Wild Watermelon #FA5F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.4%

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 56.31%
G = 21.4%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA5F63 (or 0xFA5F63) is known color: Wild Watermelon. HEX triplet: FA, 5F and 63. RGB value is (250,95,99). Sum of RGB (Red+Green+Blue) = 250+95+99=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F63 is #05A09C. Grayscale: #8D8D8D. Windows color (decimal): -368797 or 6512634. OLE color: 6512634.

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

Color convert

RGB 250 95 99 -
CMYK 0 0.62 0.60 0.02
HSL 358.45º 0.94% 0.68% -
HSV(B) 358.45º 0.62% 0.98% -
XYZ 45.77 29.41 15.07 -
YUV 141.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 250 95 99 0 0.62 0.60 0.02 358.45 0.94 0.68
Hex FA 5F 63 0 3E 3C 2 166 5E 44
Octal 372 137 143 0 76 74 2 546 136 104
Binary 11111010 1011111 1100011 0 111110 111100 10 101100110 1011110 1000100

Color Harmonies of #FA5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5F63

Black with #FA5F63

Text Example


Text Example

White with #FA5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5F63; }

 p { color: rgb(250,95,99); }

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

background-color css

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

 a { background-color: rgb(250,95,99); }

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

border-color css

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

 span { border-color: rgb(250,95,99); }

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