Html Css Color HEX #FC249E Persian Rose

📋 copy color: '#FC249E'

red 252 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #FC249E

Tints of Persian Rose #FC249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 56.5%
G = 8.07%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC249E (or 0xFC249E) is known color: Persian Rose. HEX triplet: FC, 24 and 9E. RGB value is (252,36,158). Sum of RGB (Red+Green+Blue) = 252+36+158=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC249E is #03DB61. Grayscale: #727272. Windows color (decimal): -252770 or 10364156. OLE color: 10364156.

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

Color convert

RGB 252 36 158 -
CMYK 0 0.86 0.37 0.01
HSL 326.11º 0.97% 0.56% -
HSV(B) 326.11º 0.86% 0.99% -
XYZ 46.95 24.43 34.59 -
YUV 114.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 252 36 158 0 0.86 0.37 0.01 326.11 0.97 0.56
Hex FC 24 9E 0 56 25 1 146 61 38
Octal 374 44 236 0 126 45 1 506 141 70
Binary 11111100 100100 10011110 0 1010110 100101 1 101000110 1100001 111000

Color Harmonies of #FC249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC249E

Black with #FC249E

Text Example


Text Example

White with #FC249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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