Html Css Color HEX #FC3DB3 Persian Rose

📋 copy color: '#FC3DB3'

red 252 ◦ green 61 ◦ blue 179

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

Shades of Persian Rose #FC3DB3

Tints of Persian Rose #FC3DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 51.22%
G = 12.4%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC3DB3 (or 0xFC3DB3) is known color: Persian Rose. HEX triplet: FC, 3D and B3. RGB value is (252,61,179). Sum of RGB (Red+Green+Blue) = 252+61+179=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3DB3 is #03C24C. Grayscale: #838383. Windows color (decimal): -246349 or 11746812. OLE color: 11746812.

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

Color convert

RGB 252 61 179 -
CMYK 0 0.76 0.29 0.01
HSL 322.93º 0.97% 0.61% -
HSV(B) 322.93º 0.76% 0.99% -
XYZ 49.95 27.29 45.28 -
YUV 131.56 154.78 213.91 -
System Red Green Blue C M Y K H S L
Decimal 252 61 179 0 0.76 0.29 0.01 322.93 0.97 0.61
Hex FC 3D B3 0 4C 1D 1 143 61 3D
Octal 374 75 263 0 114 35 1 503 141 75
Binary 11111100 111101 10110011 0 1001100 11101 1 101000011 1100001 111101

Color Harmonies of #FC3DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3DB3

Black with #FC3DB3

Text Example


Text Example

White with #FC3DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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