Html Css Color HEX #FD279A Persian Rose

📋 copy color: '#FD279A'

red 253 ◦ green 39 ◦ blue 154

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

Shades of Persian Rose #FD279A

Tints of Persian Rose #FD279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.74%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 56.73%
G = 8.74%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD279A (or 0xFD279A) is known color: Persian Rose. HEX triplet: FD, 27 and 9A. RGB value is (253,39,154). Sum of RGB (Red+Green+Blue) = 253+39+154=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD279A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD279A is #02D865. Grayscale: #737373. Windows color (decimal): -186470 or 10102781. OLE color: 10102781.

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

Color convert

RGB 253 39 154 -
CMYK 0 0.85 0.39 0.01
HSL 327.76º 0.98% 0.57% -
HSV(B) 327.76º 0.85% 0.99% -
XYZ 47.07 24.67 32.85 -
YUV 116.1 149.4 225.65 -
System Red Green Blue C M Y K H S L
Decimal 253 39 154 0 0.85 0.39 0.01 327.76 0.98 0.57
Hex FD 27 9A 0 55 27 1 148 62 39
Octal 375 47 232 0 125 47 1 510 142 71
Binary 11111101 100111 10011010 0 1010101 100111 1 101001000 1100010 111001

Color Harmonies of #FD279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD279A

Black with #FD279A

Text Example


Text Example

White with #FD279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD279A; }

 p { color: rgb(253,39,154); }

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

background-color css

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

 a { background-color: rgb(253,39,154); }

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

border-color css

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

 span { border-color: rgb(253,39,154); }

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