Html Css Color HEX #FA5464 Wild Watermelon

📋 copy color: '#FA5464'

red 250 ◦ green 84 ◦ blue 100

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

Shades of Wild Watermelon #FA5464

Tints of Wild Watermelon #FA5464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 57.6%
G = 19.35%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA5464 (or 0xFA5464) is known color: Wild Watermelon. HEX triplet: FA, 54 and 64. RGB value is (250,84,100). Sum of RGB (Red+Green+Blue) = 250+84+100=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5464 is #05AB9B. Grayscale: #878787. Windows color (decimal): -371612 or 6575354. OLE color: 6575354.

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

Color convert

RGB 250 84 100 -
CMYK 0 0.66 0.6 0.02
HSL 354.22º 0.94% 0.65% -
HSV(B) 354.22º 0.66% 0.98% -
XYZ 44.89 27.58 15.01 -
YUV 135.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 250 84 100 0 0.66 0.6 0.02 354.22 0.94 0.65
Hex FA 54 64 0 42 3C 2 162 5E 41
Octal 372 124 144 0 102 74 2 542 136 101
Binary 11111010 1010100 1100100 0 1000010 111100 10 101100010 1011110 1000001

Color Harmonies of #FA5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5464

Black with #FA5464

Text Example


Text Example

White with #FA5464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5464; }

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

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

background-color css

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

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

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

border-color css

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

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

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