Html Css Color HEX #FC279B Persian Rose

📋 copy color: '#FC279B'

red 252 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #FC279B

Tints of Persian Rose #FC279B

RGB

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

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

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

R = 56.5%
G = 8.74%
B = 34.75%

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

#FC279B (or 0xFC279B) is known color: Persian Rose. HEX triplet: FC, 27 and 9B. RGB value is (252,39,155). Sum of RGB (Red+Green+Blue) = 252+39+155=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC279B is #03D864. Grayscale: #737373. Windows color (decimal): -252005 or 10168316. OLE color: 10168316.

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

Color convert

RGB 252 39 155 -
CMYK 0 0.85 0.38 0.01
HSL 327.32º 0.97% 0.57% -
HSV(B) 327.32º 0.85% 0.99% -
XYZ 46.79 24.51 33.28 -
YUV 115.91 150.07 225.07 -
System Red Green Blue C M Y K H S L
Decimal 252 39 155 0 0.85 0.38 0.01 327.32 0.97 0.57
Hex FC 27 9B 0 55 26 1 147 61 39
Octal 374 47 233 0 125 46 1 507 141 71
Binary 11111100 100111 10011011 0 1010101 100110 1 101000111 1100001 111001

Color Harmonies of #FC279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC279B

Black with #FC279B

Text Example


Text Example

White with #FC279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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