Html Css Color HEX #FD2FB1 Persian Rose

📋 copy color: '#FD2FB1'

red 253 ◦ green 47 ◦ blue 177

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

Shades of Persian Rose #FD2FB1

Tints of Persian Rose #FD2FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.85%

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

R = 53.04%
G = 9.85%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD2FB1 (or 0xFD2FB1) is known color: Persian Rose. HEX triplet: FD, 2F and B1. RGB value is (253,47,177). Sum of RGB (Red+Green+Blue) = 253+47+177=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2FB1 is #02D04E. Grayscale: #7B7B7B. Windows color (decimal): -184399 or 11612157. OLE color: 11612157.

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

Color convert

RGB 253 47 177 -
CMYK 0 0.81 0.30 0.01
HSL 322.14º 0.98% 0.59% -
HSV(B) 322.14º 0.81% 0.99% -
XYZ 49.46 26.09 44.02 -
YUV 123.41 158.25 220.43 -
System Red Green Blue C M Y K H S L
Decimal 253 47 177 0 0.81 0.30 0.01 322.14 0.98 0.59
Hex FD 2F B1 0 51 1E 1 142 62 3B
Octal 375 57 261 0 121 36 1 502 142 73
Binary 11111101 101111 10110001 0 1010001 11110 1 101000010 1100010 111011

Color Harmonies of #FD2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2FB1

Black with #FD2FB1

Text Example


Text Example

White with #FD2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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