Html Css Color HEX #FC2497 Persian Rose

📋 copy color: '#FC2497'

red 252 ◦ green 36 ◦ blue 151

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

Shades of Persian Rose #FC2497

Tints of Persian Rose #FC2497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.2%

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

R = 57.4%
G = 8.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC2497 (or 0xFC2497) is known color: Persian Rose. HEX triplet: FC, 24 and 97. RGB value is (252,36,151). Sum of RGB (Red+Green+Blue) = 252+36+151=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2497 is #03DB68. Grayscale: #717171. Windows color (decimal): -252777 or 9905404. OLE color: 9905404.

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

Color convert

RGB 252 36 151 -
CMYK 0 0.86 0.40 0.01
HSL 328.06º 0.97% 0.56% -
HSV(B) 328.06º 0.86% 0.99% -
XYZ 46.36 24.19 31.5 -
YUV 113.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 252 36 151 0 0.86 0.40 0.01 328.06 0.97 0.56
Hex FC 24 97 0 56 28 1 148 61 38
Octal 374 44 227 0 126 50 1 510 141 70
Binary 11111100 100100 10010111 0 1010110 101000 1 101001000 1100001 111000

Color Harmonies of #FC2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2497

Black with #FC2497

Text Example


Text Example

White with #FC2497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2497; }

 p { color: rgb(252,36,151); }

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

background-color css

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

 a { background-color: rgb(252,36,151); }

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

border-color css

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

 span { border-color: rgb(252,36,151); }

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