Html Css Color HEX #FC249D Persian Rose

📋 copy color: '#FC249D'

red 252 ◦ green 36 ◦ blue 157

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

Shades of Persian Rose #FC249D

Tints of Persian Rose #FC249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 56.63%
G = 8.09%
B = 35.28%

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

#FC249D (or 0xFC249D) is known color: Persian Rose. HEX triplet: FC, 24 and 9D. RGB value is (252,36,157). Sum of RGB (Red+Green+Blue) = 252+36+157=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC249D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC249D is #03DB62. Grayscale: #727272. Windows color (decimal): -252771 or 10298620. OLE color: 10298620.

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

Color convert

RGB 252 36 157 -
CMYK 0 0.86 0.38 0.01
HSL 326.39º 0.97% 0.56% -
HSV(B) 326.39º 0.86% 0.99% -
XYZ 46.86 24.39 34.14 -
YUV 114.38 152.06 226.16 -
System Red Green Blue C M Y K H S L
Decimal 252 36 157 0 0.86 0.38 0.01 326.39 0.97 0.56
Hex FC 24 9D 0 56 26 1 146 61 38
Octal 374 44 235 0 126 46 1 506 141 70
Binary 11111100 100100 10011101 0 1010110 100110 1 101000110 1100001 111000

Color Harmonies of #FC249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC249D

Black with #FC249D

Text Example


Text Example

White with #FC249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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