Html Css Color HEX #FC3DB0 Persian Rose

📋 copy color: '#FC3DB0'

red 252 ◦ green 61 ◦ blue 176

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

Shades of Persian Rose #FC3DB0

Tints of Persian Rose #FC3DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.47%

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 51.53%
G = 12.47%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC3DB0 (or 0xFC3DB0) is known color: Persian Rose. HEX triplet: FC, 3D and B0. RGB value is (252,61,176). Sum of RGB (Red+Green+Blue) = 252+61+176=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3DB0 is #03C24F. Grayscale: #828282. Windows color (decimal): -246352 or 11550204. OLE color: 11550204.

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

Color convert

RGB 252 61 176 -
CMYK 0 0.76 0.30 0.01
HSL 323.87º 0.97% 0.61% -
HSV(B) 323.87º 0.76% 0.99% -
XYZ 49.65 27.17 43.7 -
YUV 131.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 252 61 176 0 0.76 0.30 0.01 323.87 0.97 0.61
Hex FC 3D B0 0 4C 1E 1 144 61 3D
Octal 374 75 260 0 114 36 1 504 141 75
Binary 11111100 111101 10110000 0 1001100 11110 1 101000100 1100001 111101

Color Harmonies of #FC3DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3DB0

Black with #FC3DB0

Text Example


Text Example

White with #FC3DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3DB0; }

 p { color: rgb(252,61,176); }

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

background-color css

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

 a { background-color: rgb(252,61,176); }

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

border-color css

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

 span { border-color: rgb(252,61,176); }

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