Html Css Color HEX #FD259C Persian Rose

📋 copy color: '#FD259C'

red 253 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #FD259C

Tints of Persian Rose #FD259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 56.73%
G = 8.3%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD259C (or 0xFD259C) is known color: Persian Rose. HEX triplet: FD, 25 and 9C. RGB value is (253,37,156). Sum of RGB (Red+Green+Blue) = 253+37+156=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD259C is #02DA63. Grayscale: #727272. Windows color (decimal): -186980 or 10233341. OLE color: 10233341.

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

Color convert

RGB 253 37 156 -
CMYK 0 0.85 0.38 0.01
HSL 326.94º 0.98% 0.57% -
HSV(B) 326.94º 0.85% 0.99% -
XYZ 47.17 24.61 33.72 -
YUV 115.15 151.06 226.32 -
System Red Green Blue C M Y K H S L
Decimal 253 37 156 0 0.85 0.38 0.01 326.94 0.98 0.57
Hex FD 25 9C 0 55 26 1 147 62 39
Octal 375 45 234 0 125 46 1 507 142 71
Binary 11111101 100101 10011100 0 1010101 100110 1 101000111 1100010 111001

Color Harmonies of #FD259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD259C

Black with #FD259C

Text Example


Text Example

White with #FD259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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