Html Css Color HEX #FA5F73 Wild Watermelon

📋 copy color: '#FA5F73'

red 250 ◦ green 95 ◦ blue 115

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

Shades of Wild Watermelon #FA5F73

Tints of Wild Watermelon #FA5F73

RGB

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

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

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

R = 54.35%
G = 20.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA5F73 (or 0xFA5F73) is known color: Wild Watermelon. HEX triplet: FA, 5F and 73. RGB value is (250,95,115). Sum of RGB (Red+Green+Blue) = 250+95+115=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F73 is #05A08C. Grayscale: #8F8F8F. Windows color (decimal): -368781 or 7561210. OLE color: 7561210.

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

Color convert

RGB 250 95 115 -
CMYK 0 0.62 0.54 0.02
HSL 352.26º 0.94% 0.68% -
HSV(B) 352.26º 0.62% 0.98% -
XYZ 46.61 29.75 19.5 -
YUV 143.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 250 95 115 0 0.62 0.54 0.02 352.26 0.94 0.68
Hex FA 5F 73 0 3E 36 2 160 5E 44
Octal 372 137 163 0 76 66 2 540 136 104
Binary 11111010 1011111 1110011 0 111110 110110 10 101100000 1011110 1000100

Color Harmonies of #FA5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5F73

Black with #FA5F73

Text Example


Text Example

White with #FA5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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