Html Css Color HEX #FD2298 Persian Rose

📋 copy color: '#FD2298'

red 253 ◦ green 34 ◦ blue 152

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

Shades of Persian Rose #FD2298

Tints of Persian Rose #FD2298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.74%

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

R = 57.63%
G = 7.74%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD2298 (or 0xFD2298) is known color: Persian Rose. HEX triplet: FD, 22 and 98. RGB value is (253,34,152). Sum of RGB (Red+Green+Blue) = 253+34+152=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2298 is #02DD67. Grayscale: #707070. Windows color (decimal): -187752 or 9970429. OLE color: 9970429.

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

Color convert

RGB 253 34 152 -
CMYK 0 0.87 0.40 0.01
HSL 327.67º 0.98% 0.56% -
HSV(B) 327.67º 0.87% 0.99% -
XYZ 46.75 24.29 31.93 -
YUV 112.93 150.05 227.91 -
System Red Green Blue C M Y K H S L
Decimal 253 34 152 0 0.87 0.40 0.01 327.67 0.98 0.56
Hex FD 22 98 0 57 28 1 148 62 38
Octal 375 42 230 0 127 50 1 510 142 70
Binary 11111101 100010 10011000 0 1010111 101000 1 101001000 1100010 111000

Color Harmonies of #FD2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2298

Black with #FD2298

Text Example


Text Example

White with #FD2298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2298; }

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

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

background-color css

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

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

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

border-color css

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

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

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