Html Css Color HEX #FA5F7A Wild Watermelon

📋 copy color: '#FA5F7A'

red 250 ◦ green 95 ◦ blue 122

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

Shades of Wild Watermelon #FA5F7A

Tints of Wild Watermelon #FA5F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 53.53%
G = 20.34%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA5F7A (or 0xFA5F7A) is known color: Wild Watermelon. HEX triplet: FA, 5F and 7A. RGB value is (250,95,122). Sum of RGB (Red+Green+Blue) = 250+95+122=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F7A is #05A085. Grayscale: #909090. Windows color (decimal): -368774 or 8019962. OLE color: 8019962.

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

Color convert

RGB 250 95 122 -
CMYK 0 0.62 0.51 0.02
HSL 349.55º 0.94% 0.68% -
HSV(B) 349.55º 0.62% 0.98% -
XYZ 47.03 29.91 21.71 -
YUV 144.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 250 95 122 0 0.62 0.51 0.02 349.55 0.94 0.68
Hex FA 5F 7A 0 3E 33 2 15E 5E 44
Octal 372 137 172 0 76 63 2 536 136 104
Binary 11111010 1011111 1111010 0 111110 110011 10 101011110 1011110 1000100

Color Harmonies of #FA5F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5F7A

Black with #FA5F7A

Text Example


Text Example

White with #FA5F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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