Html Css Color HEX #FD259F Persian Rose

📋 copy color: '#FD259F'

red 253 ◦ green 37 ◦ blue 159

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

Shades of Persian Rose #FD259F

Tints of Persian Rose #FD259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

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

R = 56.35%
G = 8.24%
B = 35.41%

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

#FD259F (or 0xFD259F) is known color: Persian Rose. HEX triplet: FD, 25 and 9F. RGB value is (253,37,159). Sum of RGB (Red+Green+Blue) = 253+37+159=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD259F is #02DA60. Grayscale: #737373. Windows color (decimal): -186977 or 10429949. OLE color: 10429949.

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

Color convert

RGB 253 37 159 -
CMYK 0 0.85 0.37 0.01
HSL 326.11º 0.98% 0.57% -
HSV(B) 326.11º 0.85% 0.99% -
XYZ 47.43 24.71 35.07 -
YUV 115.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 253 37 159 0 0.85 0.37 0.01 326.11 0.98 0.57
Hex FD 25 9F 0 55 25 1 146 62 39
Octal 375 45 237 0 125 45 1 506 142 71
Binary 11111101 100101 10011111 0 1010101 100101 1 101000110 1100010 111001

Color Harmonies of #FD259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD259F

Black with #FD259F

Text Example


Text Example

White with #FD259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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