Html Css Color HEX #FA696B Wild Watermelon

📋 copy color: '#FA696B'

red 250 ◦ green 105 ◦ blue 107

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

Shades of Wild Watermelon #FA696B

Tints of Wild Watermelon #FA696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.73%

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 54.11%
G = 22.73%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA696B (or 0xFA696B) is known color: Wild Watermelon. HEX triplet: FA, 69 and 6B. RGB value is (250,105,107). Sum of RGB (Red+Green+Blue) = 250+105+107=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA696B is #059694. Grayscale: #949494. Windows color (decimal): -366229 or 7039482. OLE color: 7039482.

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

Color convert

RGB 250 105 107 -
CMYK 0 0.58 0.57 0.02
HSL 359.17º 0.94% 0.7% -
HSV(B) 359.17º 0.58% 0.98% -
XYZ 47.13 31.49 17.5 -
YUV 148.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 250 105 107 0 0.58 0.57 0.02 359.17 0.94 0.7
Hex FA 69 6B 0 3A 39 2 167 5E 46
Octal 372 151 153 0 72 71 2 547 136 106
Binary 11111010 1101001 1101011 0 111010 111001 10 101100111 1011110 1000110

Color Harmonies of #FA696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA696B

Black with #FA696B

Text Example


Text Example

White with #FA696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA696B; }

 p { color: rgb(250,105,107); }

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

background-color css

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

 a { background-color: rgb(250,105,107); }

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

border-color css

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

 span { border-color: rgb(250,105,107); }

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