Html Css Color HEX #FA6472 Wild Watermelon

📋 copy color: '#FA6472'

red 250 ◦ green 100 ◦ blue 114

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

Shades of Wild Watermelon #FA6472

Tints of Wild Watermelon #FA6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 53.88%
G = 21.55%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA6472 (or 0xFA6472) is known color: Wild Watermelon. HEX triplet: FA, 64 and 72. RGB value is (250,100,114). Sum of RGB (Red+Green+Blue) = 250+100+114=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6472 is #059B8D. Grayscale: #929292. Windows color (decimal): -367502 or 7496954. OLE color: 7496954.

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

Color convert

RGB 250 100 114 -
CMYK 0 0.6 0.54 0.02
HSL 354.4º 0.94% 0.69% -
HSV(B) 354.4º 0.6% 0.98% -
XYZ 47.02 30.65 19.36 -
YUV 146.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 250 100 114 0 0.6 0.54 0.02 354.4 0.94 0.69
Hex FA 64 72 0 3C 36 2 162 5E 45
Octal 372 144 162 0 74 66 2 542 136 105
Binary 11111010 1100100 1110010 0 111100 110110 10 101100010 1011110 1000101

Color Harmonies of #FA6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6472

Black with #FA6472

Text Example


Text Example

White with #FA6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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