Html Css Color HEX #FC616C Wild Watermelon

📋 copy color: '#FC616C'

red 252 ◦ green 97 ◦ blue 108

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

Shades of Wild Watermelon #FC616C

Tints of Wild Watermelon #FC616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.23%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 55.14%
G = 21.23%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC616C (or 0xFC616C) is known color: Wild Watermelon. HEX triplet: FC, 61 and 6C. RGB value is (252,97,108). Sum of RGB (Red+Green+Blue) = 252+97+108=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC616C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC616C is #039E93. Grayscale: #909090. Windows color (decimal): -237204 or 7102972. OLE color: 7102972.

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

Color convert

RGB 252 97 108 -
CMYK 0 0.62 0.57 0.01
HSL 355.74º 0.96% 0.68% -
HSV(B) 355.74º 0.62% 0.99% -
XYZ 47.13 30.33 17.56 -
YUV 144.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 252 97 108 0 0.62 0.57 0.01 355.74 0.96 0.68
Hex FC 61 6C 0 3E 39 1 164 60 44
Octal 374 141 154 0 76 71 1 544 140 104
Binary 11111100 1100001 1101100 0 111110 111001 1 101100100 1100000 1000100

Color Harmonies of #FC616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC616C

Black with #FC616C

Text Example


Text Example

White with #FC616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC616C; }

 p { color: rgb(252,97,108); }

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

background-color css

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

 a { background-color: rgb(252,97,108); }

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

border-color css

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

 span { border-color: rgb(252,97,108); }

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