Html Css Color HEX #FC5A68 Wild Watermelon

📋 copy color: '#FC5A68'

red 252 ◦ green 90 ◦ blue 104

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

Shades of Wild Watermelon #FC5A68

Tints of Wild Watermelon #FC5A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 56.5%
G = 20.18%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC5A68 (or 0xFC5A68) is known color: Wild Watermelon. HEX triplet: FC, 5A and 68. RGB value is (252,90,104). Sum of RGB (Red+Green+Blue) = 252+90+104=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A68 is #03A597. Grayscale: #8C8C8C. Windows color (decimal): -239000 or 6839036. OLE color: 6839036.

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

Color convert

RGB 252 90 104 -
CMYK 0 0.64 0.59 0.01
HSL 354.81º 0.96% 0.67% -
HSV(B) 354.81º 0.64% 0.99% -
XYZ 46.3 29.01 16.26 -
YUV 140.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 252 90 104 0 0.64 0.59 0.01 354.81 0.96 0.67
Hex FC 5A 68 0 40 3B 1 163 60 43
Octal 374 132 150 0 100 73 1 543 140 103
Binary 11111100 1011010 1101000 0 1000000 111011 1 101100011 1100000 1000011

Color Harmonies of #FC5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A68

Black with #FC5A68

Text Example


Text Example

White with #FC5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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