Html Css Color HEX #FC34AD Persian Rose

📋 copy color: '#FC34AD'

red 252 ◦ green 52 ◦ blue 173

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

Shades of Persian Rose #FC34AD

Tints of Persian Rose #FC34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.9%

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 52.83%
G = 10.9%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC34AD (or 0xFC34AD) is known color: Persian Rose. HEX triplet: FC, 34 and AD. RGB value is (252,52,173). Sum of RGB (Red+Green+Blue) = 252+52+173=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC34AD is #03CB52. Grayscale: #7D7D7D. Windows color (decimal): -248659 or 11351292. OLE color: 11351292.

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

Color convert

RGB 252 52 173 -
CMYK 0 0.79 0.31 0.01
HSL 323.7º 0.97% 0.6% -
HSV(B) 323.7º 0.79% 0.99% -
XYZ 48.92 26.17 42.01 -
YUV 125.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 252 52 173 0 0.79 0.31 0.01 323.7 0.97 0.6
Hex FC 34 AD 0 4F 1F 1 144 61 3C
Octal 374 64 255 0 117 37 1 504 141 74
Binary 11111100 110100 10101101 0 1001111 11111 1 101000100 1100001 111100

Color Harmonies of #FC34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC34AD

Black with #FC34AD

Text Example


Text Example

White with #FC34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC34AD; }

 p { color: rgb(252,52,173); }

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

background-color css

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

 a { background-color: rgb(252,52,173); }

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

border-color css

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

 span { border-color: rgb(252,52,173); }

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