Html Css Color HEX #FC6875 Wild Watermelon

📋 copy color: '#FC6875'

red 252 ◦ green 104 ◦ blue 117

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

Shades of Wild Watermelon #FC6875

Tints of Wild Watermelon #FC6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

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

R = 53.28%
G = 21.99%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6875 (or 0xFC6875) is known color: Wild Watermelon. HEX triplet: FC, 68 and 75. RGB value is (252,104,117). Sum of RGB (Red+Green+Blue) = 252+104+117=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6875 is #03978A. Grayscale: #959595. Windows color (decimal): -235403 or 7694588. OLE color: 7694588.

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

Color convert

RGB 252 104 117 -
CMYK 0 0.59 0.54 0.01
HSL 354.73º 0.96% 0.7% -
HSV(B) 354.73º 0.59% 0.99% -
XYZ 48.31 31.88 20.44 -
YUV 149.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 252 104 117 0 0.59 0.54 0.01 354.73 0.96 0.7
Hex FC 68 75 0 3B 36 1 163 60 46
Octal 374 150 165 0 73 66 1 543 140 106
Binary 11111100 1101000 1110101 0 111011 110110 1 101100011 1100000 1000110

Color Harmonies of #FC6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6875

Black with #FC6875

Text Example


Text Example

White with #FC6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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