Html Css Color HEX #FC6075 Wild Watermelon

📋 copy color: '#FC6075'

red 252 ◦ green 96 ◦ blue 117

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

Shades of Wild Watermelon #FC6075

Tints of Wild Watermelon #FC6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.65%

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

R = 54.19%
G = 20.65%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6075 (or 0xFC6075) is known color: Wild Watermelon. HEX triplet: FC, 60 and 75. RGB value is (252,96,117). Sum of RGB (Red+Green+Blue) = 252+96+117=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6075 is #039F8A. Grayscale: #919191. Windows color (decimal): -237451 or 7692540. OLE color: 7692540.

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

Color convert

RGB 252 96 117 -
CMYK 0 0.62 0.54 0.01
HSL 351.92º 0.96% 0.68% -
HSV(B) 351.92º 0.62% 0.99% -
XYZ 47.54 30.35 20.18 -
YUV 145.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 252 96 117 0 0.62 0.54 0.01 351.92 0.96 0.68
Hex FC 60 75 0 3E 36 1 160 60 44
Octal 374 140 165 0 76 66 1 540 140 104
Binary 11111100 1100000 1110101 0 111110 110110 1 101100000 1100000 1000100

Color Harmonies of #FC6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6075

Black with #FC6075

Text Example


Text Example

White with #FC6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6075; }

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

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

background-color css

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

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

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

border-color css

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

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

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