Html Css Color HEX #FD239C Persian Rose

📋 copy color: '#FD239C'

red 253 ◦ green 35 ◦ blue 156

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

Shades of Persian Rose #FD239C

Tints of Persian Rose #FD239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.88%

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

R = 56.98%
G = 7.88%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD239C (or 0xFD239C) is known color: Persian Rose. HEX triplet: FD, 23 and 9C. RGB value is (253,35,156). Sum of RGB (Red+Green+Blue) = 253+35+156=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD239C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD239C is #02DC63. Grayscale: #717171. Windows color (decimal): -187492 or 10232829. OLE color: 10232829.

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

Color convert

RGB 253 35 156 -
CMYK 0 0.86 0.38 0.01
HSL 326.7º 0.98% 0.56% -
HSV(B) 326.7º 0.86% 0.99% -
XYZ 47.11 24.49 33.7 -
YUV 113.98 151.72 227.16 -
System Red Green Blue C M Y K H S L
Decimal 253 35 156 0 0.86 0.38 0.01 326.7 0.98 0.56
Hex FD 23 9C 0 56 26 1 147 62 38
Octal 375 43 234 0 126 46 1 507 142 70
Binary 11111101 100011 10011100 0 1010110 100110 1 101000111 1100010 111000

Color Harmonies of #FD239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD239C

Black with #FD239C

Text Example


Text Example

White with #FD239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD239C; }

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

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

background-color css

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

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

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

border-color css

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

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

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