Html Css Color HEX #FC34A8 Persian Rose

📋 copy color: '#FC34A8'

red 252 ◦ green 52 ◦ blue 168

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

Shades of Persian Rose #FC34A8

Tints of Persian Rose #FC34A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 53.39%
G = 11.02%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC34A8 (or 0xFC34A8) is known color: Persian Rose. HEX triplet: FC, 34 and A8. RGB value is (252,52,168). Sum of RGB (Red+Green+Blue) = 252+52+168=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC34A8 is #03CB57. Grayscale: #7C7C7C. Windows color (decimal): -248664 or 11023612. OLE color: 11023612.

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

Color convert

RGB 252 52 168 -
CMYK 0 0.79 0.33 0.01
HSL 325.2º 0.97% 0.6% -
HSV(B) 325.2º 0.79% 0.99% -
XYZ 48.44 25.98 39.51 -
YUV 125.02 152.26 218.57 -
System Red Green Blue C M Y K H S L
Decimal 252 52 168 0 0.79 0.33 0.01 325.2 0.97 0.6
Hex FC 34 A8 0 4F 21 1 145 61 3C
Octal 374 64 250 0 117 41 1 505 141 74
Binary 11111100 110100 10101000 0 1001111 100001 1 101000101 1100001 111100

Color Harmonies of #FC34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC34A8

Black with #FC34A8

Text Example


Text Example

White with #FC34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC34A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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