Html Css Color HEX #FC289F Persian Rose

📋 copy color: '#FC289F'

red 252 ◦ green 40 ◦ blue 159

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

Shades of Persian Rose #FC289F

Tints of Persian Rose #FC289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 55.88%
G = 8.87%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC289F (or 0xFC289F) is known color: Persian Rose. HEX triplet: FC, 28 and 9F. RGB value is (252,40,159). Sum of RGB (Red+Green+Blue) = 252+40+159=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC289F is #03D760. Grayscale: #747474. Windows color (decimal): -251745 or 10430716. OLE color: 10430716.

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

Color convert

RGB 252 40 159 -
CMYK 0 0.84 0.37 0.01
HSL 326.32º 0.97% 0.57% -
HSV(B) 326.32º 0.84% 0.99% -
XYZ 47.16 24.72 35.09 -
YUV 116.95 151.74 224.32 -
System Red Green Blue C M Y K H S L
Decimal 252 40 159 0 0.84 0.37 0.01 326.32 0.97 0.57
Hex FC 28 9F 0 54 25 1 146 61 39
Octal 374 50 237 0 124 45 1 506 141 71
Binary 11111100 101000 10011111 0 1010100 100101 1 101000110 1100001 111001

Color Harmonies of #FC289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC289F

Black with #FC289F

Text Example


Text Example

White with #FC289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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