Html Css Color HEX #FC289B Persian Rose

📋 copy color: '#FC289B'

red 252 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #FC289B

Tints of Persian Rose #FC289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 56.38%
G = 8.95%
B = 34.68%

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

#FC289B (or 0xFC289B) is known color: Persian Rose. HEX triplet: FC, 28 and 9B. RGB value is (252,40,155). Sum of RGB (Red+Green+Blue) = 252+40+155=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC289B is #03D764. Grayscale: #747474. Windows color (decimal): -251749 or 10168572. OLE color: 10168572.

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

Color convert

RGB 252 40 155 -
CMYK 0 0.84 0.38 0.01
HSL 327.45º 0.97% 0.57% -
HSV(B) 327.45º 0.84% 0.99% -
XYZ 46.82 24.58 33.29 -
YUV 116.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 252 40 155 0 0.84 0.38 0.01 327.45 0.97 0.57
Hex FC 28 9B 0 54 26 1 147 61 39
Octal 374 50 233 0 124 46 1 507 141 71
Binary 11111100 101000 10011011 0 1010100 100110 1 101000111 1100001 111001

Color Harmonies of #FC289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC289B

Black with #FC289B

Text Example


Text Example

White with #FC289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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