Html Css Color HEX #FA4573 Wild Watermelon

📋 copy color: '#FA4573'

red 250 ◦ green 69 ◦ blue 115

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

Shades of Wild Watermelon #FA4573

Tints of Wild Watermelon #FA4573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.9%

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

R = 57.6%
G = 15.9%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4573 (or 0xFA4573) is known color: Wild Watermelon. HEX triplet: FA, 45 and 73. RGB value is (250,69,115). Sum of RGB (Red+Green+Blue) = 250+69+115=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4573 is #05BA8C. Grayscale: #808080. Windows color (decimal): -375437 or 7554554. OLE color: 7554554.

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

Color convert

RGB 250 69 115 -
CMYK 0 0.72 0.54 0.02
HSL 344.75º 0.95% 0.63% -
HSV(B) 344.75º 0.72% 0.98% -
XYZ 44.65 25.82 18.85 -
YUV 128.36 120.47 214.76 -
System Red Green Blue C M Y K H S L
Decimal 250 69 115 0 0.72 0.54 0.02 344.75 0.95 0.63
Hex FA 45 73 0 48 36 2 159 5F 3F
Octal 372 105 163 0 110 66 2 531 137 77
Binary 11111010 1000101 1110011 0 1001000 110110 10 101011001 1011111 111111

Color Harmonies of #FA4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4573

Black with #FA4573

Text Example


Text Example

White with #FA4573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4573; }

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

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

background-color css

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

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

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

border-color css

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

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

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