Html Css Color HEX #FA5468 Wild Watermelon

📋 copy color: '#FA5468'

red 250 ◦ green 84 ◦ blue 104

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

Shades of Wild Watermelon #FA5468

Tints of Wild Watermelon #FA5468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 57.08%
G = 19.18%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA5468 (or 0xFA5468) is known color: Wild Watermelon. HEX triplet: FA, 54 and 68. RGB value is (250,84,104). Sum of RGB (Red+Green+Blue) = 250+84+104=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5468 is #05AB97. Grayscale: #888888. Windows color (decimal): -371608 or 6837498. OLE color: 6837498.

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

Color convert

RGB 250 84 104 -
CMYK 0 0.66 0.58 0.02
HSL 352.77º 0.94% 0.65% -
HSV(B) 352.77º 0.66% 0.98% -
XYZ 45.09 27.66 16.06 -
YUV 135.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 250 84 104 0 0.66 0.58 0.02 352.77 0.94 0.65
Hex FA 54 68 0 42 3A 2 161 5E 41
Octal 372 124 150 0 102 72 2 541 136 101
Binary 11111010 1010100 1101000 0 1000010 111010 10 101100001 1011110 1000001

Color Harmonies of #FA5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5468

Black with #FA5468

Text Example


Text Example

White with #FA5468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5468; }

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

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

background-color css

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

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

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

border-color css

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

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

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