Html Css Color HEX #FA656A Wild Watermelon

📋 copy color: '#FA656A'

red 250 ◦ green 101 ◦ blue 106

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

Shades of Wild Watermelon #FA656A

Tints of Wild Watermelon #FA656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

 BLUE value IS 106 (41.8% from 255) = 23.19%

R = 54.7%
G = 22.1%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA656A (or 0xFA656A) is known color: Wild Watermelon. HEX triplet: FA, 65 and 6A. RGB value is (250,101,106). Sum of RGB (Red+Green+Blue) = 250+101+106=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA656A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA656A is #059A95. Grayscale: #929292. Windows color (decimal): -367254 or 6972922. OLE color: 6972922.

HSL color Cylindrical-coordinate representation of color #FA656A: hue angle of 357.99º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA656A is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 106 -
CMYK 0 0.60 0.58 0.02
HSL 357.99º 0.94% 0.69% -
HSV(B) 357.99º 0.6% 0.98% -
XYZ 46.68 30.67 17.1 -
YUV 146.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 250 101 106 0 0.60 0.58 0.02 357.99 0.94 0.69
Hex FA 65 6A 0 3C 3A 2 166 5E 45
Octal 372 145 152 0 74 72 2 546 136 105
Binary 11111010 1100101 1101010 0 111100 111010 10 101100110 1011110 1000101

Color Harmonies of #FA656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA656A

Black with #FA656A

Text Example


Text Example

White with #FA656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA656A; }

 p { color: rgb(250,101,106); }

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

background-color css

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

 a { background-color: rgb(250,101,106); }

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

border-color css

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

 span { border-color: rgb(250,101,106); }

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