Html Css Color HEX #FC289D Persian Rose

📋 copy color: '#FC289D'

red 252 ◦ green 40 ◦ blue 157

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

Shades of Persian Rose #FC289D

Tints of Persian Rose #FC289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 56.12%
G = 8.91%
B = 34.97%

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

#FC289D (or 0xFC289D) is known color: Persian Rose. HEX triplet: FC, 28 and 9D. RGB value is (252,40,157). Sum of RGB (Red+Green+Blue) = 252+40+157=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC289D is #03D762. Grayscale: #747474. Windows color (decimal): -251747 or 10299644. OLE color: 10299644.

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

Color convert

RGB 252 40 157 -
CMYK 0 0.84 0.38 0.01
HSL 326.89º 0.97% 0.57% -
HSV(B) 326.89º 0.84% 0.99% -
XYZ 46.99 24.65 34.18 -
YUV 116.73 150.74 224.49 -
System Red Green Blue C M Y K H S L
Decimal 252 40 157 0 0.84 0.38 0.01 326.89 0.97 0.57
Hex FC 28 9D 0 54 26 1 147 61 39
Octal 374 50 235 0 124 46 1 507 141 71
Binary 11111100 101000 10011101 0 1010100 100110 1 101000111 1100001 111001

Color Harmonies of #FC289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC289D

Black with #FC289D

Text Example


Text Example

White with #FC289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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