Html Css Color HEX #FC249C Persian Rose

📋 copy color: '#FC249C'

red 252 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #FC249C

Tints of Persian Rose #FC249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.11%

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

R = 56.76%
G = 8.11%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC249C (or 0xFC249C) is known color: Persian Rose. HEX triplet: FC, 24 and 9C. RGB value is (252,36,156). Sum of RGB (Red+Green+Blue) = 252+36+156=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC249C is #03DB63. Grayscale: #717171. Windows color (decimal): -252772 or 10233084. OLE color: 10233084.

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

Color convert

RGB 252 36 156 -
CMYK 0 0.86 0.38 0.01
HSL 326.67º 0.97% 0.56% -
HSV(B) 326.67º 0.86% 0.99% -
XYZ 46.78 24.36 33.69 -
YUV 114.26 151.56 226.24 -
System Red Green Blue C M Y K H S L
Decimal 252 36 156 0 0.86 0.38 0.01 326.67 0.97 0.56
Hex FC 24 9C 0 56 26 1 147 61 38
Octal 374 44 234 0 126 46 1 507 141 70
Binary 11111100 100100 10011100 0 1010110 100110 1 101000111 1100001 111000

Color Harmonies of #FC249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC249C

Black with #FC249C

Text Example


Text Example

White with #FC249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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