Html Css Color HEX #FA5B7A Wild Watermelon

📋 copy color: '#FA5B7A'

red 250 ◦ green 91 ◦ blue 122

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

Shades of Wild Watermelon #FA5B7A

Tints of Wild Watermelon #FA5B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.35%

R = 54%
G = 19.65%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA5B7A (or 0xFA5B7A) is known color: Wild Watermelon. HEX triplet: FA, 5B and 7A. RGB value is (250,91,122). Sum of RGB (Red+Green+Blue) = 250+91+122=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B7A is #05A485. Grayscale: #8E8E8E. Windows color (decimal): -369798 or 8018938. OLE color: 8018938.

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

Color convert

RGB 250 91 122 -
CMYK 0 0.64 0.51 0.02
HSL 348.3º 0.94% 0.67% -
HSV(B) 348.3º 0.64% 0.98% -
XYZ 46.68 29.21 21.59 -
YUV 142.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 250 91 122 0 0.64 0.51 0.02 348.3 0.94 0.67
Hex FA 5B 7A 0 40 33 2 15C 5E 43
Octal 372 133 172 0 100 63 2 534 136 103
Binary 11111010 1011011 1111010 0 1000000 110011 10 101011100 1011110 1000011

Color Harmonies of #FA5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B7A

Black with #FA5B7A

Text Example


Text Example

White with #FA5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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