Html Css Color HEX #FC229D Persian Rose

📋 copy color: '#FC229D'

red 252 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #FC229D

Tints of Persian Rose #FC229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.67%

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

R = 56.88%
G = 7.67%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC229D (or 0xFC229D) is known color: Persian Rose. HEX triplet: FC, 22 and 9D. RGB value is (252,34,157). Sum of RGB (Red+Green+Blue) = 252+34+157=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC229D is #03DD62. Grayscale: #707070. Windows color (decimal): -253283 or 10298108. OLE color: 10298108.

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

Color convert

RGB 252 34 157 -
CMYK 0 0.87 0.38 0.01
HSL 326.15º 0.97% 0.56% -
HSV(B) 326.15º 0.87% 0.99% -
XYZ 46.8 24.27 34.12 -
YUV 113.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 252 34 157 0 0.87 0.38 0.01 326.15 0.97 0.56
Hex FC 22 9D 0 57 26 1 146 61 38
Octal 374 42 235 0 127 46 1 506 141 70
Binary 11111100 100010 10011101 0 1010111 100110 1 101000110 1100001 111000

Color Harmonies of #FC229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC229D

Black with #FC229D

Text Example


Text Example

White with #FC229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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