Html Css Color HEX #FC279C Persian Rose

📋 copy color: '#FC279C'

red 252 ◦ green 39 ◦ blue 156

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

Shades of Persian Rose #FC279C

Tints of Persian Rose #FC279C

RGB

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

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

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

R = 56.38%
G = 8.72%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC279C (or 0xFC279C) is known color: Persian Rose. HEX triplet: FC, 27 and 9C. RGB value is (252,39,156). Sum of RGB (Red+Green+Blue) = 252+39+156=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC279C is #03D863. Grayscale: #737373. Windows color (decimal): -252004 or 10233852. OLE color: 10233852.

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

Color convert

RGB 252 39 156 -
CMYK 0 0.85 0.38 0.01
HSL 327.04º 0.97% 0.57% -
HSV(B) 327.04º 0.85% 0.99% -
XYZ 46.87 24.55 33.72 -
YUV 116.03 150.57 224.99 -
System Red Green Blue C M Y K H S L
Decimal 252 39 156 0 0.85 0.38 0.01 327.04 0.97 0.57
Hex FC 27 9C 0 55 26 1 147 61 39
Octal 374 47 234 0 125 46 1 507 141 71
Binary 11111100 100111 10011100 0 1010101 100110 1 101000111 1100001 111001

Color Harmonies of #FC279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC279C

Black with #FC279C

Text Example


Text Example

White with #FC279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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