Html Css Color HEX #FA5066 Wild Watermelon

📋 copy color: '#FA5066'

red 250 ◦ green 80 ◦ blue 102

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

Shades of Wild Watermelon #FA5066

Tints of Wild Watermelon #FA5066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

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

R = 57.87%
G = 18.52%
B = 23.61%

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

#FA5066 (or 0xFA5066) is known color: Wild Watermelon. HEX triplet: FA, 50 and 66. RGB value is (250,80,102). Sum of RGB (Red+Green+Blue) = 250+80+102=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5066 is #05AF99. Grayscale: #858585. Windows color (decimal): -372634 or 6705402. OLE color: 6705402.

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

Color convert

RGB 250 80 102 -
CMYK 0 0.68 0.59 0.02
HSL 352.24º 0.94% 0.65% -
HSV(B) 352.24º 0.68% 0.98% -
XYZ 44.69 27.02 15.43 -
YUV 133.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 250 80 102 0 0.68 0.59 0.02 352.24 0.94 0.65
Hex FA 50 66 0 44 3B 2 160 5E 41
Octal 372 120 146 0 104 73 2 540 136 101
Binary 11111010 1010000 1100110 0 1000100 111011 10 101100000 1011110 1000001

Color Harmonies of #FA5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5066

Black with #FA5066

Text Example


Text Example

White with #FA5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5066; }

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

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

background-color css

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

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

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

border-color css

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

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

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