Html Css Color HEX #FD279F Persian Rose

📋 copy color: '#FD279F'

red 253 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #FD279F

Tints of Persian Rose #FD279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 56.1%
G = 8.65%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD279F (or 0xFD279F) is known color: Persian Rose. HEX triplet: FD, 27 and 9F. RGB value is (253,39,159). Sum of RGB (Red+Green+Blue) = 253+39+159=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD279F is #02D860. Grayscale: #747474. Windows color (decimal): -186465 or 10430461. OLE color: 10430461.

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

Color convert

RGB 253 39 159 -
CMYK 0 0.85 0.37 0.01
HSL 326.36º 0.98% 0.57% -
HSV(B) 326.36º 0.85% 0.99% -
XYZ 47.49 24.84 35.09 -
YUV 116.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 253 39 159 0 0.85 0.37 0.01 326.36 0.98 0.57
Hex FD 27 9F 0 55 25 1 146 62 39
Octal 375 47 237 0 125 45 1 506 142 71
Binary 11111101 100111 10011111 0 1010101 100101 1 101000110 1100010 111001

Color Harmonies of #FD279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD279F

Black with #FD279F

Text Example


Text Example

White with #FD279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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