Html Css Color HEX #FC568C French Rose

📋 copy color: '#FC568C'

red 252 ◦ green 86 ◦ blue 140

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

Shades of French Rose #FC568C

Tints of French Rose #FC568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.99%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 52.72%
G = 17.99%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC568C (or 0xFC568C) is known color: French Rose. HEX triplet: FC, 56 and 8C. RGB value is (252,86,140). Sum of RGB (Red+Green+Blue) = 252+86+140=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC568C is #03A973. Grayscale: #8D8D8D. Windows color (decimal): -239988 or 9197308. OLE color: 9197308.

HSL color Cylindrical-coordinate representation of color #FC568C: hue angle of 340.48º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC568C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 86 140 -
CMYK 0 0.66 0.44 0.01
HSL 340.48º 0.97% 0.66% -
HSV(B) 340.48º 0.66% 0.99% -
XYZ 48.21 29.24 27.91 -
YUV 141.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 252 86 140 0 0.66 0.44 0.01 340.48 0.97 0.66
Hex FC 56 8C 0 42 2C 1 154 61 42
Octal 374 126 214 0 102 54 1 524 141 102
Binary 11111100 1010110 10001100 0 1000010 101100 1 101010100 1100001 1000010

Color Harmonies of #FC568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC568C

Black with #FC568C

Text Example


Text Example

White with #FC568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC568C; }

 p { color: rgb(252,86,140); }

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

background-color css

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

 a { background-color: rgb(252,86,140); }

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

border-color css

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

 span { border-color: rgb(252,86,140); }

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