Html Css Color HEX #FA5166 Wild Watermelon

📋 copy color: '#FA5166'

red 250 ◦ green 81 ◦ blue 102

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

Shades of Wild Watermelon #FA5166

Tints of Wild Watermelon #FA5166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 57.74%
G = 18.71%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA5166 (or 0xFA5166) is known color: Wild Watermelon. HEX triplet: FA, 51 and 66. RGB value is (250,81,102). Sum of RGB (Red+Green+Blue) = 250+81+102=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5166 is #05AE99. Grayscale: #868686. Windows color (decimal): -372378 or 6705658. OLE color: 6705658.

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

Color convert

RGB 250 81 102 -
CMYK 0 0.68 0.59 0.02
HSL 352.54º 0.94% 0.65% -
HSV(B) 352.54º 0.68% 0.98% -
XYZ 44.77 27.17 15.45 -
YUV 133.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 250 81 102 0 0.68 0.59 0.02 352.54 0.94 0.65
Hex FA 51 66 0 44 3B 2 161 5E 41
Octal 372 121 146 0 104 73 2 541 136 101
Binary 11111010 1010001 1100110 0 1000100 111011 10 101100001 1011110 1000001

Color Harmonies of #FA5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5166

Black with #FA5166

Text Example


Text Example

White with #FA5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5166; }

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

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

background-color css

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

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

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

border-color css

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

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

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