Html Css Color HEX #FD3CB1 Persian Rose

📋 copy color: '#FD3CB1'

red 253 ◦ green 60 ◦ blue 177

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

Shades of Persian Rose #FD3CB1

Tints of Persian Rose #FD3CB1

RGB

 RED value IS 253 (99.22% from 255) = 51.63%

 GREEN value IS 60 (23.83% from 255) = 12.24%

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 51.63%
G = 12.24%
B = 36.12%

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

#FD3CB1 (or 0xFD3CB1) is known color: Persian Rose. HEX triplet: FD, 3C and B1. RGB value is (253,60,177). Sum of RGB (Red+Green+Blue) = 253+60+177=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3CB1 is #02C34E. Grayscale: #828282. Windows color (decimal): -181071 or 11615485. OLE color: 11615485.

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

Color convert

RGB 253 60 177 -
CMYK 0 0.76 0.30 0.01
HSL 323.63º 0.98% 0.61% -
HSV(B) 323.63º 0.76% 0.99% -
XYZ 50.06 27.29 44.22 -
YUV 131.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 253 60 177 0 0.76 0.30 0.01 323.63 0.98 0.61
Hex FD 3C B1 0 4C 1E 1 144 62 3D
Octal 375 74 261 0 114 36 1 504 142 75
Binary 11111101 111100 10110001 0 1001100 11110 1 101000100 1100010 111101

Color Harmonies of #FD3CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3CB1

Black with #FD3CB1

Text Example


Text Example

White with #FD3CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3CB1; }

 p { color: rgb(253,60,177); }

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

background-color css

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

 a { background-color: rgb(253,60,177); }

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

border-color css

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

 span { border-color: rgb(253,60,177); }

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