Html Css Color HEX #FD2798 Persian Rose

📋 copy color: '#FD2798'

red 253 ◦ green 39 ◦ blue 152

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

Shades of Persian Rose #FD2798

Tints of Persian Rose #FD2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.78%

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 56.98%
G = 8.78%
B = 34.23%

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

#FD2798 (or 0xFD2798) is known color: Persian Rose. HEX triplet: FD, 27 and 98. RGB value is (253,39,152). Sum of RGB (Red+Green+Blue) = 253+39+152=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2798 is #02D867. Grayscale: #737373. Windows color (decimal): -186472 or 9971709. OLE color: 9971709.

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

Color convert

RGB 253 39 152 -
CMYK 0 0.85 0.40 0.01
HSL 328.32º 0.98% 0.57% -
HSV(B) 328.32º 0.85% 0.99% -
XYZ 46.9 24.6 31.98 -
YUV 115.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 253 39 152 0 0.85 0.40 0.01 328.32 0.98 0.57
Hex FD 27 98 0 55 28 1 148 62 39
Octal 375 47 230 0 125 50 1 510 142 71
Binary 11111101 100111 10011000 0 1010101 101000 1 101001000 1100010 111001

Color Harmonies of #FD2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2798

Black with #FD2798

Text Example


Text Example

White with #FD2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2798; }

 p { color: rgb(253,39,152); }

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

background-color css

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

 a { background-color: rgb(253,39,152); }

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

border-color css

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

 span { border-color: rgb(253,39,152); }

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