Html Css Color HEX #FD2697 Persian Rose

📋 copy color: '#FD2697'

red 253 ◦ green 38 ◦ blue 151

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

Shades of Persian Rose #FD2697

Tints of Persian Rose #FD2697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.6%

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

R = 57.24%
G = 8.6%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD2697 (or 0xFD2697) is known color: Persian Rose. HEX triplet: FD, 26 and 97. RGB value is (253,38,151). Sum of RGB (Red+Green+Blue) = 253+38+151=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2697 is #02D968. Grayscale: #727272. Windows color (decimal): -186729 or 9905917. OLE color: 9905917.

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

Color convert

RGB 253 38 151 -
CMYK 0 0.85 0.40 0.01
HSL 328.47º 0.98% 0.57% -
HSV(B) 328.47º 0.85% 0.99% -
XYZ 46.79 24.5 31.54 -
YUV 115.17 148.23 226.31 -
System Red Green Blue C M Y K H S L
Decimal 253 38 151 0 0.85 0.40 0.01 328.47 0.98 0.57
Hex FD 26 97 0 55 28 1 148 62 39
Octal 375 46 227 0 125 50 1 510 142 71
Binary 11111101 100110 10010111 0 1010101 101000 1 101001000 1100010 111001

Color Harmonies of #FD2697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2697

Black with #FD2697

Text Example


Text Example

White with #FD2697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2697; }

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

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

background-color css

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

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

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

border-color css

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

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

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