Html Css Color HEX #FC2598 Persian Rose

📋 copy color: '#FC2598'

red 252 ◦ green 37 ◦ blue 152

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

Shades of Persian Rose #FC2598

Tints of Persian Rose #FC2598

RGB

 RED value IS 252 (98.83% from 255) = 57.14%

 GREEN value IS 37 (14.84% from 255) = 8.39%

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

R = 57.14%
G = 8.39%
B = 34.47%

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

#FC2598 (or 0xFC2598) is known color: Persian Rose. HEX triplet: FC, 25 and 98. RGB value is (252,37,152). Sum of RGB (Red+Green+Blue) = 252+37+152=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2598 is #03DA67. Grayscale: #727272. Windows color (decimal): -252520 or 9971196. OLE color: 9971196.

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

Color convert

RGB 252 37 152 -
CMYK 0 0.85 0.40 0.01
HSL 327.91º 0.97% 0.57% -
HSV(B) 327.91º 0.85% 0.99% -
XYZ 46.47 24.29 31.94 -
YUV 114.4 149.23 226.15 -
System Red Green Blue C M Y K H S L
Decimal 252 37 152 0 0.85 0.40 0.01 327.91 0.97 0.57
Hex FC 25 98 0 55 28 1 148 61 39
Octal 374 45 230 0 125 50 1 510 141 71
Binary 11111100 100101 10011000 0 1010101 101000 1 101001000 1100001 111001

Color Harmonies of #FC2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2598

Black with #FC2598

Text Example


Text Example

White with #FC2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2598; }

 p { color: rgb(252,37,152); }

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

background-color css

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

 a { background-color: rgb(252,37,152); }

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

border-color css

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

 span { border-color: rgb(252,37,152); }

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