Html Css Color HEX #FD2698 Persian Rose

📋 copy color: '#FD2698'

red 253 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #FD2698

Tints of Persian Rose #FD2698

RGB

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

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

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

R = 57.11%
G = 8.58%
B = 34.31%

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

#FD2698 (or 0xFD2698) is known color: Persian Rose. HEX triplet: FD, 26 and 98. RGB value is (253,38,152). Sum of RGB (Red+Green+Blue) = 253+38+152=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2698 is #02D967. Grayscale: #737373. Windows color (decimal): -186728 or 9971453. OLE color: 9971453.

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

Color convert

RGB 253 38 152 -
CMYK 0 0.85 0.40 0.01
HSL 328.19º 0.98% 0.57% -
HSV(B) 328.19º 0.85% 0.99% -
XYZ 46.87 24.54 31.97 -
YUV 115.28 148.73 226.23 -
System Red Green Blue C M Y K H S L
Decimal 253 38 152 0 0.85 0.40 0.01 328.19 0.98 0.57
Hex FD 26 98 0 55 28 1 148 62 39
Octal 375 46 230 0 125 50 1 510 142 71
Binary 11111101 100110 10011000 0 1010101 101000 1 101001000 1100010 111001

Color Harmonies of #FD2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2698

Black with #FD2698

Text Example


Text Example

White with #FD2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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