Html Css Color HEX #FC696E Wild Watermelon

📋 copy color: '#FC696E'

red 252 ◦ green 105 ◦ blue 110

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

Shades of Wild Watermelon #FC696E

Tints of Wild Watermelon #FC696E

RGB

 RED value IS 252 (98.83% from 255) = 53.96%

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 53.96%
G = 22.48%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC696E (or 0xFC696E) is known color: Wild Watermelon. HEX triplet: FC, 69 and 6E. RGB value is (252,105,110). Sum of RGB (Red+Green+Blue) = 252+105+110=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696E is #039691. Grayscale: #959595. Windows color (decimal): -235154 or 7236092. OLE color: 7236092.

HSL color Cylindrical-coordinate representation of color #FC696E: hue angle of 357.96º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC696E is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 110 -
CMYK 0 0.58 0.56 0.01
HSL 357.96º 0.96% 0.7% -
HSV(B) 357.96º 0.58% 0.99% -
XYZ 48.01 31.92 18.38 -
YUV 149.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 252 105 110 0 0.58 0.56 0.01 357.96 0.96 0.7
Hex FC 69 6E 0 3A 38 1 166 60 46
Octal 374 151 156 0 72 70 1 546 140 106
Binary 11111100 1101001 1101110 0 111010 111000 1 101100110 1100000 1000110

Color Harmonies of #FC696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC696E

Black with #FC696E

Text Example


Text Example

White with #FC696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC696E; }

 p { color: rgb(252,105,110); }

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

background-color css

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

 a { background-color: rgb(252,105,110); }

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

border-color css

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

 span { border-color: rgb(252,105,110); }

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