Html Css Color HEX #FC568A French Rose

📋 copy color: '#FC568A'

red 252 ◦ green 86 ◦ blue 138

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

Shades of French Rose #FC568A

Tints of French Rose #FC568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 52.94%
G = 18.07%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC568A (or 0xFC568A) is known color: French Rose. HEX triplet: FC, 56 and 8A. RGB value is (252,86,138). Sum of RGB (Red+Green+Blue) = 252+86+138=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC568A is #03A975. Grayscale: #8D8D8D. Windows color (decimal): -239990 or 9066236. OLE color: 9066236.

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

Color convert

RGB 252 86 138 -
CMYK 0 0.66 0.45 0.01
HSL 341.2º 0.97% 0.66% -
HSV(B) 341.2º 0.66% 0.99% -
XYZ 48.06 29.19 27.15 -
YUV 141.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 252 86 138 0 0.66 0.45 0.01 341.2 0.97 0.66
Hex FC 56 8A 0 42 2D 1 155 61 42
Octal 374 126 212 0 102 55 1 525 141 102
Binary 11111100 1010110 10001010 0 1000010 101101 1 101010101 1100001 1000010

Color Harmonies of #FC568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC568A

Black with #FC568A

Text Example


Text Example

White with #FC568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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