Html Css Color HEX #FD2397 Persian Rose

📋 copy color: '#FD2397'

red 253 ◦ green 35 ◦ blue 151

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

Shades of Persian Rose #FD2397

Tints of Persian Rose #FD2397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 57.63%
G = 7.97%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD2397 (or 0xFD2397) is known color: Persian Rose. HEX triplet: FD, 23 and 97. RGB value is (253,35,151). Sum of RGB (Red+Green+Blue) = 253+35+151=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2397 is #02DC68. Grayscale: #717171. Windows color (decimal): -187497 or 9905149. OLE color: 9905149.

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

Color convert

RGB 253 35 151 -
CMYK 0 0.86 0.40 0.01
HSL 328.07º 0.98% 0.56% -
HSV(B) 328.07º 0.86% 0.99% -
XYZ 46.69 24.32 31.51 -
YUV 113.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 253 35 151 0 0.86 0.40 0.01 328.07 0.98 0.56
Hex FD 23 97 0 56 28 1 148 62 38
Octal 375 43 227 0 126 50 1 510 142 70
Binary 11111101 100011 10010111 0 1010110 101000 1 101001000 1100010 111000

Color Harmonies of #FD2397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2397

Black with #FD2397

Text Example


Text Example

White with #FD2397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2397; }

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

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

background-color css

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

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

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

border-color css

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

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

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