Html Css Color HEX #FA5565 Wild Watermelon

📋 copy color: '#FA5565'

red 250 ◦ green 85 ◦ blue 101

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

Shades of Wild Watermelon #FA5565

Tints of Wild Watermelon #FA5565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 57.34%
G = 19.5%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA5565 (or 0xFA5565) is known color: Wild Watermelon. HEX triplet: FA, 55 and 65. RGB value is (250,85,101). Sum of RGB (Red+Green+Blue) = 250+85+101=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5565 is #05AA9A. Grayscale: #888888. Windows color (decimal): -371355 or 6641146. OLE color: 6641146.

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

Color convert

RGB 250 85 101 -
CMYK 0 0.66 0.60 0.02
HSL 354.18º 0.94% 0.66% -
HSV(B) 354.18º 0.66% 0.98% -
XYZ 45.02 27.76 15.3 -
YUV 136.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 250 85 101 0 0.66 0.60 0.02 354.18 0.94 0.66
Hex FA 55 65 0 42 3C 2 162 5E 42
Octal 372 125 145 0 102 74 2 542 136 102
Binary 11111010 1010101 1100101 0 1000010 111100 10 101100010 1011110 1000010

Color Harmonies of #FA5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5565

Black with #FA5565

Text Example


Text Example

White with #FA5565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5565; }

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

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

background-color css

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

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

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

border-color css

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

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

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