Html Css Color HEX #FC6067 Wild Watermelon

📋 copy color: '#FC6067'

red 252 ◦ green 96 ◦ blue 103

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

Shades of Wild Watermelon #FC6067

Tints of Wild Watermelon #FC6067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.84%

R = 55.88%
G = 21.29%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC6067 (or 0xFC6067) is known color: Wild Watermelon. HEX triplet: FC, 60 and 67. RGB value is (252,96,103). Sum of RGB (Red+Green+Blue) = 252+96+103=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6067 is #039F98. Grayscale: #8F8F8F. Windows color (decimal): -237465 or 6775036. OLE color: 6775036.

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

Color convert

RGB 252 96 103 -
CMYK 0 0.62 0.59 0.01
HSL 357.31º 0.96% 0.68% -
HSV(B) 357.31º 0.62% 0.99% -
XYZ 46.78 30.04 16.16 -
YUV 143.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 252 96 103 0 0.62 0.59 0.01 357.31 0.96 0.68
Hex FC 60 67 0 3E 3B 1 165 60 44
Octal 374 140 147 0 76 73 1 545 140 104
Binary 11111100 1100000 1100111 0 111110 111011 1 101100101 1100000 1000100

Color Harmonies of #FC6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6067

Black with #FC6067

Text Example


Text Example

White with #FC6067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6067; }

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

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

background-color css

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

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

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

border-color css

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

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

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