Html Css Color HEX #FA5562 Wild Watermelon

📋 copy color: '#FA5562'

red 250 ◦ green 85 ◦ blue 98

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

Shades of Wild Watermelon #FA5562

Tints of Wild Watermelon #FA5562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 57.74%
G = 19.63%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA5562 (or 0xFA5562) is known color: Wild Watermelon. HEX triplet: FA, 55 and 62. RGB value is (250,85,98). Sum of RGB (Red+Green+Blue) = 250+85+98=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5562 is #05AA9D. Grayscale: #878787. Windows color (decimal): -371358 or 6444538. OLE color: 6444538.

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

Color convert

RGB 250 85 98 -
CMYK 0 0.66 0.61 0.02
HSL 355.27º 0.94% 0.66% -
HSV(B) 355.27º 0.66% 0.98% -
XYZ 44.88 27.7 14.54 -
YUV 135.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 250 85 98 0 0.66 0.61 0.02 355.27 0.94 0.66
Hex FA 55 62 0 42 3D 2 163 5E 42
Octal 372 125 142 0 102 75 2 543 136 102
Binary 11111010 1010101 1100010 0 1000010 111101 10 101100011 1011110 1000010

Color Harmonies of #FA5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5562

Black with #FA5562

Text Example


Text Example

White with #FA5562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5562; }

 p { color: rgb(250,85,98); }

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

background-color css

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

 a { background-color: rgb(250,85,98); }

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

border-color css

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

 span { border-color: rgb(250,85,98); }

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