Html Css Color HEX #FC33AF Persian Rose

📋 copy color: '#FC33AF'

red 252 ◦ green 51 ◦ blue 175

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

Shades of Persian Rose #FC33AF

Tints of Persian Rose #FC33AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 52.72%
G = 10.67%
B = 36.61%

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

#FC33AF (or 0xFC33AF) is known color: Persian Rose. HEX triplet: FC, 33 and AF. RGB value is (252,51,175). Sum of RGB (Red+Green+Blue) = 252+51+175=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC33AF is #03CC50. Grayscale: #7C7C7C. Windows color (decimal): -248913 or 11482108. OLE color: 11482108.

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

Color convert

RGB 252 51 175 -
CMYK 0 0.80 0.31 0.01
HSL 322.99º 0.97% 0.59% -
HSV(B) 322.99º 0.8% 0.99% -
XYZ 49.07 26.16 43.02 -
YUV 125.24 156.09 218.42 -
System Red Green Blue C M Y K H S L
Decimal 252 51 175 0 0.80 0.31 0.01 322.99 0.97 0.59
Hex FC 33 AF 0 50 1F 1 143 61 3B
Octal 374 63 257 0 120 37 1 503 141 73
Binary 11111100 110011 10101111 0 1010000 11111 1 101000011 1100001 111011

Color Harmonies of #FC33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC33AF

Black with #FC33AF

Text Example


Text Example

White with #FC33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC33AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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