Html Css Color HEX #FA5A6B Wild Watermelon

📋 copy color: '#FA5A6B'

red 250 ◦ green 90 ◦ blue 107

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

Shades of Wild Watermelon #FA5A6B

Tints of Wild Watermelon #FA5A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 55.93%
G = 20.13%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA5A6B (or 0xFA5A6B) is known color: Wild Watermelon. HEX triplet: FA, 5A and 6B. RGB value is (250,90,107). Sum of RGB (Red+Green+Blue) = 250+90+107=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5A6B is #05A594. Grayscale: #8B8B8B. Windows color (decimal): -370069 or 7035642. OLE color: 7035642.

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

Color convert

RGB 250 90 107 -
CMYK 0 0.64 0.57 0.02
HSL 353.63º 0.94% 0.67% -
HSV(B) 353.63º 0.64% 0.98% -
XYZ 45.73 28.7 17.04 -
YUV 139.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 250 90 107 0 0.64 0.57 0.02 353.63 0.94 0.67
Hex FA 5A 6B 0 40 39 2 162 5E 43
Octal 372 132 153 0 100 71 2 542 136 103
Binary 11111010 1011010 1101011 0 1000000 111001 10 101100010 1011110 1000011

Color Harmonies of #FA5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A6B

Black with #FA5A6B

Text Example


Text Example

White with #FA5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A6B; }

 p { color: rgb(250,90,107); }

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

background-color css

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

 a { background-color: rgb(250,90,107); }

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

border-color css

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

 span { border-color: rgb(250,90,107); }

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