Html Css Color HEX #FC289C Persian Rose

📋 copy color: '#FC289C'

red 252 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #FC289C

Tints of Persian Rose #FC289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.93%

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 56.25%
G = 8.93%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC289C (or 0xFC289C) is known color: Persian Rose. HEX triplet: FC, 28 and 9C. RGB value is (252,40,156). Sum of RGB (Red+Green+Blue) = 252+40+156=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC289C is #03D763. Grayscale: #747474. Windows color (decimal): -251748 or 10234108. OLE color: 10234108.

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

Color convert

RGB 252 40 156 -
CMYK 0 0.84 0.38 0.01
HSL 327.17º 0.97% 0.57% -
HSV(B) 327.17º 0.84% 0.99% -
XYZ 46.9 24.61 33.73 -
YUV 116.61 150.24 224.57 -
System Red Green Blue C M Y K H S L
Decimal 252 40 156 0 0.84 0.38 0.01 327.17 0.97 0.57
Hex FC 28 9C 0 54 26 1 147 61 39
Octal 374 50 234 0 124 46 1 507 141 71
Binary 11111100 101000 10011100 0 1010100 100110 1 101000111 1100001 111001

Color Harmonies of #FC289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC289C

Black with #FC289C

Text Example


Text Example

White with #FC289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC289C; }

 p { color: rgb(252,40,156); }

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

background-color css

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

 a { background-color: rgb(252,40,156); }

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

border-color css

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

 span { border-color: rgb(252,40,156); }

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