Html Css Color HEX #FC33AD Persian Rose

📋 copy color: '#FC33AD'

red 252 ◦ green 51 ◦ blue 173

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

Shades of Persian Rose #FC33AD

Tints of Persian Rose #FC33AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.71%

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

R = 52.94%
G = 10.71%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC33AD (or 0xFC33AD) is known color: Persian Rose. HEX triplet: FC, 33 and AD. RGB value is (252,51,173). Sum of RGB (Red+Green+Blue) = 252+51+173=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC33AD is #03CC52. Grayscale: #7C7C7C. Windows color (decimal): -248915 or 11351036. OLE color: 11351036.

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

Color convert

RGB 252 51 173 -
CMYK 0 0.80 0.31 0.01
HSL 323.58º 0.97% 0.59% -
HSV(B) 323.58º 0.8% 0.99% -
XYZ 48.87 26.08 41.99 -
YUV 125.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 252 51 173 0 0.80 0.31 0.01 323.58 0.97 0.59
Hex FC 33 AD 0 50 1F 1 144 61 3B
Octal 374 63 255 0 120 37 1 504 141 73
Binary 11111100 110011 10101101 0 1010000 11111 1 101000100 1100001 111011

Color Harmonies of #FC33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33AD

Black with #FC33AD

Text Example


Text Example

White with #FC33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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