Html Css Color HEX #FD2FAC Persian Rose

📋 copy color: '#FD2FAC'

red 253 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #FD2FAC

Tints of Persian Rose #FD2FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 53.6%
G = 9.96%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD2FAC (or 0xFD2FAC) is known color: Persian Rose. HEX triplet: FD, 2F and AC. RGB value is (253,47,172). Sum of RGB (Red+Green+Blue) = 253+47+172=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2FAC is #02D053. Grayscale: #7A7A7A. Windows color (decimal): -184404 or 11284477. OLE color: 11284477.

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

Color convert

RGB 253 47 172 -
CMYK 0 0.81 0.32 0.01
HSL 323.59º 0.98% 0.59% -
HSV(B) 323.59º 0.81% 0.99% -
XYZ 48.97 25.89 41.45 -
YUV 122.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 253 47 172 0 0.81 0.32 0.01 323.59 0.98 0.59
Hex FD 2F AC 0 51 20 1 144 62 3B
Octal 375 57 254 0 121 40 1 504 142 73
Binary 11111101 101111 10101100 0 1010001 100000 1 101000100 1100010 111011

Color Harmonies of #FD2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2FAC

Black with #FD2FAC

Text Example


Text Example

White with #FD2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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