Html Css Color HEX #FC279A Persian Rose

📋 copy color: '#FC279A'

red 252 ◦ green 39 ◦ blue 154

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

Shades of Persian Rose #FC279A

Tints of Persian Rose #FC279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.76%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 56.63%
G = 8.76%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC279A (or 0xFC279A) is known color: Persian Rose. HEX triplet: FC, 27 and 9A. RGB value is (252,39,154). Sum of RGB (Red+Green+Blue) = 252+39+154=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC279A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC279A is #03D865. Grayscale: #737373. Windows color (decimal): -252006 or 10102780. OLE color: 10102780.

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

Color convert

RGB 252 39 154 -
CMYK 0 0.85 0.39 0.01
HSL 327.61º 0.97% 0.57% -
HSV(B) 327.61º 0.85% 0.99% -
XYZ 46.7 24.48 32.84 -
YUV 115.8 149.57 225.15 -
System Red Green Blue C M Y K H S L
Decimal 252 39 154 0 0.85 0.39 0.01 327.61 0.97 0.57
Hex FC 27 9A 0 55 27 1 148 61 39
Octal 374 47 232 0 125 47 1 510 141 71
Binary 11111100 100111 10011010 0 1010101 100111 1 101001000 1100001 111001

Color Harmonies of #FC279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC279A

Black with #FC279A

Text Example


Text Example

White with #FC279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC279A; }

 p { color: rgb(252,39,154); }

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

background-color css

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

 a { background-color: rgb(252,39,154); }

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

border-color css

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

 span { border-color: rgb(252,39,154); }

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