Html Css Color HEX #FC2296 Persian Rose

📋 copy color: '#FC2296'

red 252 ◦ green 34 ◦ blue 150

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

Shades of Persian Rose #FC2296

Tints of Persian Rose #FC2296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 57.8%
G = 7.8%
B = 34.4%

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

#FC2296 (or 0xFC2296) is known color: Persian Rose. HEX triplet: FC, 22 and 96. RGB value is (252,34,150). Sum of RGB (Red+Green+Blue) = 252+34+150=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2296 is #03DD69. Grayscale: #707070. Windows color (decimal): -253290 or 9839356. OLE color: 9839356.

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

Color convert

RGB 252 34 150 -
CMYK 0 0.87 0.40 0.01
HSL 328.07º 0.97% 0.56% -
HSV(B) 328.07º 0.87% 0.99% -
XYZ 46.22 24.04 31.06 -
YUV 112.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 252 34 150 0 0.87 0.40 0.01 328.07 0.97 0.56
Hex FC 22 96 0 57 28 1 148 61 38
Octal 374 42 226 0 127 50 1 510 141 70
Binary 11111100 100010 10010110 0 1010111 101000 1 101001000 1100001 111000

Color Harmonies of #FC2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2296

Black with #FC2296

Text Example


Text Example

White with #FC2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2296; }

 p { color: rgb(252,34,150); }

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

background-color css

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

 a { background-color: rgb(252,34,150); }

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

border-color css

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

 span { border-color: rgb(252,34,150); }

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