Html Css Color HEX #FC2197 Persian Rose

📋 copy color: '#FC2197'

red 252 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #FC2197

Tints of Persian Rose #FC2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.57%

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

R = 57.8%
G = 7.57%
B = 34.63%

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

#FC2197 (or 0xFC2197) is known color: Persian Rose. HEX triplet: FC, 21 and 97. RGB value is (252,33,151). Sum of RGB (Red+Green+Blue) = 252+33+151=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2197 is #03DE68. Grayscale: #6F6F6F. Windows color (decimal): -253545 or 9904636. OLE color: 9904636.

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

Color convert

RGB 252 33 151 -
CMYK 0 0.87 0.40 0.01
HSL 327.67º 0.97% 0.56% -
HSV(B) 327.67º 0.87% 0.99% -
XYZ 46.27 24.02 31.48 -
YUV 111.93 150.05 227.91 -
System Red Green Blue C M Y K H S L
Decimal 252 33 151 0 0.87 0.40 0.01 327.67 0.97 0.56
Hex FC 21 97 0 57 28 1 148 61 38
Octal 374 41 227 0 127 50 1 510 141 70
Binary 11111100 100001 10010111 0 1010111 101000 1 101001000 1100001 111000

Color Harmonies of #FC2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2197

Black with #FC2197

Text Example


Text Example

White with #FC2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2197; }

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

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

background-color css

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

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

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

border-color css

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

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

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