Html Css Color HEX #FA5365 Wild Watermelon

📋 copy color: '#FA5365'

red 250 ◦ green 83 ◦ blue 101

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

Shades of Wild Watermelon #FA5365

Tints of Wild Watermelon #FA5365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 57.6%
G = 19.12%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA5365 (or 0xFA5365) is known color: Wild Watermelon. HEX triplet: FA, 53 and 65. RGB value is (250,83,101). Sum of RGB (Red+Green+Blue) = 250+83+101=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5365 is #05AC9A. Grayscale: #878787. Windows color (decimal): -371867 or 6640634. OLE color: 6640634.

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

Color convert

RGB 250 83 101 -
CMYK 0 0.67 0.60 0.02
HSL 353.53º 0.94% 0.65% -
HSV(B) 353.53º 0.67% 0.98% -
XYZ 44.87 27.45 15.25 -
YUV 134.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 250 83 101 0 0.67 0.60 0.02 353.53 0.94 0.65
Hex FA 53 65 0 43 3C 2 162 5E 41
Octal 372 123 145 0 103 74 2 542 136 101
Binary 11111010 1010011 1100101 0 1000011 111100 10 101100010 1011110 1000001

Color Harmonies of #FA5365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5365

Black with #FA5365

Text Example


Text Example

White with #FA5365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5365; }

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

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

background-color css

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

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

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

border-color css

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

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

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