Html Css Color HEX #FC33A8 Persian Rose

📋 copy color: '#FC33A8'

red 252 ◦ green 51 ◦ blue 168

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

Shades of Persian Rose #FC33A8

Tints of Persian Rose #FC33A8

RGB

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

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

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

R = 53.5%
G = 10.83%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC33A8 (or 0xFC33A8) is known color: Persian Rose. HEX triplet: FC, 33 and A8. RGB value is (252,51,168). Sum of RGB (Red+Green+Blue) = 252+51+168=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC33A8 is #03CC57. Grayscale: #7C7C7C. Windows color (decimal): -248920 or 11023356. OLE color: 11023356.

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

Color convert

RGB 252 51 168 -
CMYK 0 0.80 0.33 0.01
HSL 325.07º 0.97% 0.59% -
HSV(B) 325.07º 0.8% 0.99% -
XYZ 48.4 25.89 39.49 -
YUV 124.44 152.59 218.99 -
System Red Green Blue C M Y K H S L
Decimal 252 51 168 0 0.80 0.33 0.01 325.07 0.97 0.59
Hex FC 33 A8 0 50 21 1 145 61 3B
Octal 374 63 250 0 120 41 1 505 141 73
Binary 11111100 110011 10101000 0 1010000 100001 1 101000101 1100001 111011

Color Harmonies of #FC33A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33A8

Black with #FC33A8

Text Example


Text Example

White with #FC33A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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