Html Css Color HEX #FA517F Wild Watermelon

📋 copy color: '#FA517F'

red 250 ◦ green 81 ◦ blue 127

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

Shades of Wild Watermelon #FA517F

Tints of Wild Watermelon #FA517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 127 (50% from 255) = 27.73%

R = 54.59%
G = 17.69%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA517F (or 0xFA517F) is known color: Wild Watermelon. HEX triplet: FA, 51 and 7F. RGB value is (250,81,127). Sum of RGB (Red+Green+Blue) = 250+81+127=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA517F is #05AE80. Grayscale: #888888. Windows color (decimal): -372353 or 8344058. OLE color: 8344058.

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

Color convert

RGB 250 81 127 -
CMYK 0 0.68 0.49 0.02
HSL 343.67º 0.94% 0.65% -
HSV(B) 343.67º 0.68% 0.98% -
XYZ 46.2 27.74 23 -
YUV 136.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 250 81 127 0 0.68 0.49 0.02 343.67 0.94 0.65
Hex FA 51 7F 0 44 31 2 158 5E 41
Octal 372 121 177 0 104 61 2 530 136 101
Binary 11111010 1010001 1111111 0 1000100 110001 10 101011000 1011110 1000001

Color Harmonies of #FA517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA517F

Black with #FA517F

Text Example


Text Example

White with #FA517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA517F; }

 p { color: rgb(250,81,127); }

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

background-color css

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

 a { background-color: rgb(250,81,127); }

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

border-color css

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

 span { border-color: rgb(250,81,127); }

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