Html Css Color HEX #FA517B Wild Watermelon

📋 copy color: '#FA517B'

red 250 ◦ green 81 ◦ blue 123

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

Shades of Wild Watermelon #FA517B

Tints of Wild Watermelon #FA517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 55.07%
G = 17.84%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA517B (or 0xFA517B) is known color: Wild Watermelon. HEX triplet: FA, 51 and 7B. RGB value is (250,81,123). Sum of RGB (Red+Green+Blue) = 250+81+123=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA517B is #05AE84. Grayscale: #888888. Windows color (decimal): -372357 or 8081914. OLE color: 8081914.

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

Color convert

RGB 250 81 123 -
CMYK 0 0.68 0.51 0.02
HSL 345.09º 0.94% 0.65% -
HSV(B) 345.09º 0.68% 0.98% -
XYZ 45.94 27.64 21.65 -
YUV 136.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 250 81 123 0 0.68 0.51 0.02 345.09 0.94 0.65
Hex FA 51 7B 0 44 33 2 159 5E 41
Octal 372 121 173 0 104 63 2 531 136 101
Binary 11111010 1010001 1111011 0 1000100 110011 10 101011001 1011110 1000001

Color Harmonies of #FA517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA517B

Black with #FA517B

Text Example


Text Example

White with #FA517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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