Html Css Color HEX #FC249A Persian Rose

📋 copy color: '#FC249A'

red 252 ◦ green 36 ◦ blue 154

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

Shades of Persian Rose #FC249A

Tints of Persian Rose #FC249A

RGB

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

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

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

R = 57.01%
G = 8.14%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC249A (or 0xFC249A) is known color: Persian Rose. HEX triplet: FC, 24 and 9A. RGB value is (252,36,154). Sum of RGB (Red+Green+Blue) = 252+36+154=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC249A is #03DB65. Grayscale: #717171. Windows color (decimal): -252774 or 10102012. OLE color: 10102012.

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

Color convert

RGB 252 36 154 -
CMYK 0 0.86 0.39 0.01
HSL 327.22º 0.97% 0.56% -
HSV(B) 327.22º 0.86% 0.99% -
XYZ 46.61 24.29 32.8 -
YUV 114.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 252 36 154 0 0.86 0.39 0.01 327.22 0.97 0.56
Hex FC 24 9A 0 56 27 1 147 61 38
Octal 374 44 232 0 126 47 1 507 141 70
Binary 11111100 100100 10011010 0 1010110 100111 1 101000111 1100001 111000

Color Harmonies of #FC249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC249A

Black with #FC249A

Text Example


Text Example

White with #FC249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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