Html Css Color HEX #FC6975 Wild Watermelon

📋 copy color: '#FC6975'

red 252 ◦ green 105 ◦ blue 117

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

Shades of Wild Watermelon #FC6975

Tints of Wild Watermelon #FC6975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 53.16%
G = 22.15%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6975 (or 0xFC6975) is known color: Wild Watermelon. HEX triplet: FC, 69 and 75. RGB value is (252,105,117). Sum of RGB (Red+Green+Blue) = 252+105+117=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6975 is #03968A. Grayscale: #969696. Windows color (decimal): -235147 or 7694844. OLE color: 7694844.

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

Color convert

RGB 252 105 117 -
CMYK 0 0.58 0.54 0.01
HSL 355.1º 0.96% 0.7% -
HSV(B) 355.1º 0.58% 0.99% -
XYZ 48.41 32.08 20.47 -
YUV 150.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 252 105 117 0 0.58 0.54 0.01 355.1 0.96 0.7
Hex FC 69 75 0 3A 36 1 163 60 46
Octal 374 151 165 0 72 66 1 543 140 106
Binary 11111100 1101001 1110101 0 111010 110110 1 101100011 1100000 1000110

Color Harmonies of #FC6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6975

Black with #FC6975

Text Example


Text Example

White with #FC6975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6975; }

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

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

background-color css

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

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

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

border-color css

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

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

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