Html Css Color HEX #FA5B69 Wild Watermelon

📋 copy color: '#FA5B69'

red 250 ◦ green 91 ◦ blue 105

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

Shades of Wild Watermelon #FA5B69

Tints of Wild Watermelon #FA5B69

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 56.05%
G = 20.4%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA5B69 (or 0xFA5B69) is known color: Wild Watermelon. HEX triplet: FA, 5B and 69. RGB value is (250,91,105). Sum of RGB (Red+Green+Blue) = 250+91+105=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B69 is #05A496. Grayscale: #8C8C8C. Windows color (decimal): -369815 or 6904826. OLE color: 6904826.

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

Color convert

RGB 250 91 105 -
CMYK 0 0.64 0.58 0.02
HSL 354.72º 0.94% 0.67% -
HSV(B) 354.72º 0.64% 0.98% -
XYZ 45.72 28.83 16.52 -
YUV 140.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 250 91 105 0 0.64 0.58 0.02 354.72 0.94 0.67
Hex FA 5B 69 0 40 3A 2 163 5E 43
Octal 372 133 151 0 100 72 2 543 136 103
Binary 11111010 1011011 1101001 0 1000000 111010 10 101100011 1011110 1000011

Color Harmonies of #FA5B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B69

Black with #FA5B69

Text Example


Text Example

White with #FA5B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B69; }

 p { color: rgb(250,91,105); }

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

background-color css

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

 a { background-color: rgb(250,91,105); }

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

border-color css

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

 span { border-color: rgb(250,91,105); }

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