Html Css Color HEX #FC3FB2 Persian Rose

📋 copy color: '#FC3FB2'

red 252 ◦ green 63 ◦ blue 178

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

Shades of Persian Rose #FC3FB2

Tints of Persian Rose #FC3FB2

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 51.12%
G = 12.78%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC3FB2 (or 0xFC3FB2) is known color: Persian Rose. HEX triplet: FC, 3F and B2. RGB value is (252,63,178). Sum of RGB (Red+Green+Blue) = 252+63+178=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3FB2 is #03C04D. Grayscale: #848484. Windows color (decimal): -245838 or 11681788. OLE color: 11681788.

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

Color convert

RGB 252 63 178 -
CMYK 0 0.75 0.29 0.01
HSL 323.49º 0.97% 0.62% -
HSV(B) 323.49º 0.75% 0.99% -
XYZ 49.96 27.46 44.79 -
YUV 132.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 252 63 178 0 0.75 0.29 0.01 323.49 0.97 0.62
Hex FC 3F B2 0 4B 1D 1 143 61 3E
Octal 374 77 262 0 113 35 1 503 141 76
Binary 11111100 111111 10110010 0 1001011 11101 1 101000011 1100001 111110

Color Harmonies of #FC3FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FB2

Black with #FC3FB2

Text Example


Text Example

White with #FC3FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FB2; }

 p { color: rgb(252,63,178); }

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

background-color css

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

 a { background-color: rgb(252,63,178); }

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

border-color css

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

 span { border-color: rgb(252,63,178); }

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