Html Css Color HEX #FD2FA0 Persian Rose

📋 copy color: '#FD2FA0'

red 253 ◦ green 47 ◦ blue 160

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

Shades of Persian Rose #FD2FA0

Tints of Persian Rose #FD2FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 55%
G = 10.22%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD2FA0 (or 0xFD2FA0) is known color: Persian Rose. HEX triplet: FD, 2F and A0. RGB value is (253,47,160). Sum of RGB (Red+Green+Blue) = 253+47+160=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2FA0 is #02D05F. Grayscale: #797979. Windows color (decimal): -184416 or 10498045. OLE color: 10498045.

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

Color convert

RGB 253 47 160 -
CMYK 0 0.81 0.37 0.01
HSL 327.09º 0.98% 0.59% -
HSV(B) 327.09º 0.81% 0.99% -
XYZ 47.87 25.45 35.65 -
YUV 121.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 253 47 160 0 0.81 0.37 0.01 327.09 0.98 0.59
Hex FD 2F A0 0 51 25 1 147 62 3B
Octal 375 57 240 0 121 45 1 507 142 73
Binary 11111101 101111 10100000 0 1010001 100101 1 101000111 1100010 111011

Color Harmonies of #FD2FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2FA0

Black with #FD2FA0

Text Example


Text Example

White with #FD2FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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