Html Css Color HEX #FA4870 Wild Watermelon

📋 copy color: '#FA4870'

red 250 ◦ green 72 ◦ blue 112

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

Shades of Wild Watermelon #FA4870

Tints of Wild Watermelon #FA4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.59%

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 57.6%
G = 16.59%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA4870 (or 0xFA4870) is known color: Wild Watermelon. HEX triplet: FA, 48 and 70. RGB value is (250,72,112). Sum of RGB (Red+Green+Blue) = 250+72+112=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4870 is #05B78F. Grayscale: #818181. Windows color (decimal): -374672 or 7358714. OLE color: 7358714.

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

Color convert

RGB 250 72 112 -
CMYK 0 0.71 0.55 0.02
HSL 346.52º 0.95% 0.63% -
HSV(B) 346.52º 0.71% 0.98% -
XYZ 44.67 26.13 18.02 -
YUV 129.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 250 72 112 0 0.71 0.55 0.02 346.52 0.95 0.63
Hex FA 48 70 0 47 37 2 15B 5F 3F
Octal 372 110 160 0 107 67 2 533 137 77
Binary 11111010 1001000 1110000 0 1000111 110111 10 101011011 1011111 111111

Color Harmonies of #FA4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4870

Black with #FA4870

Text Example


Text Example

White with #FA4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4870; }

 p { color: rgb(250,72,112); }

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

background-color css

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

 a { background-color: rgb(250,72,112); }

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

border-color css

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

 span { border-color: rgb(250,72,112); }

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