Html Css Color HEX #FC696F Wild Watermelon

📋 copy color: '#FC696F'

red 252 ◦ green 105 ◦ blue 111

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

Shades of Wild Watermelon #FC696F

Tints of Wild Watermelon #FC696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.72%

R = 53.85%
G = 22.44%
B = 23.72%

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

#FC696F (or 0xFC696F) is known color: Wild Watermelon. HEX triplet: FC, 69 and 6F. RGB value is (252,105,111). Sum of RGB (Red+Green+Blue) = 252+105+111=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696F is #039690. Grayscale: #959595. Windows color (decimal): -235153 or 7301628. OLE color: 7301628.

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

Color convert

RGB 252 105 111 -
CMYK 0 0.58 0.56 0.01
HSL 357.55º 0.96% 0.7% -
HSV(B) 357.55º 0.58% 0.99% -
XYZ 48.07 31.95 18.67 -
YUV 149.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 252 105 111 0 0.58 0.56 0.01 357.55 0.96 0.7
Hex FC 69 6F 0 3A 38 1 166 60 46
Octal 374 151 157 0 72 70 1 546 140 106
Binary 11111100 1101001 1101111 0 111010 111000 1 101100110 1100000 1000110

Color Harmonies of #FC696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC696F

Black with #FC696F

Text Example


Text Example

White with #FC696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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