Html Css Color HEX #FA646A Wild Watermelon

📋 copy color: '#FA646A'

red 250 ◦ green 100 ◦ blue 106

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

Shades of Wild Watermelon #FA646A

Tints of Wild Watermelon #FA646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.93%

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

R = 54.82%
G = 21.93%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA646A (or 0xFA646A) is known color: Wild Watermelon. HEX triplet: FA, 64 and 6A. RGB value is (250,100,106). Sum of RGB (Red+Green+Blue) = 250+100+106=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA646A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA646A is #059B95. Grayscale: #919191. Windows color (decimal): -367510 or 6972666. OLE color: 6972666.

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

Color convert

RGB 250 100 106 -
CMYK 0 0.6 0.58 0.02
HSL 357.6º 0.94% 0.69% -
HSV(B) 357.6º 0.6% 0.98% -
XYZ 46.58 30.48 17.06 -
YUV 145.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 250 100 106 0 0.6 0.58 0.02 357.6 0.94 0.69
Hex FA 64 6A 0 3C 3A 2 166 5E 45
Octal 372 144 152 0 74 72 2 546 136 105
Binary 11111010 1100100 1101010 0 111100 111010 10 101100110 1011110 1000101

Color Harmonies of #FA646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA646A

Black with #FA646A

Text Example


Text Example

White with #FA646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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