Html Css Color HEX #FC2899 Persian Rose

📋 copy color: '#FC2899'

red 252 ◦ green 40 ◦ blue 153

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

Shades of Persian Rose #FC2899

Tints of Persian Rose #FC2899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.99%

 BLUE value IS 153 (60.16% from 255) = 34.38%

R = 56.63%
G = 8.99%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC2899 (or 0xFC2899) is known color: Persian Rose. HEX triplet: FC, 28 and 99. RGB value is (252,40,153). Sum of RGB (Red+Green+Blue) = 252+40+153=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2899 is #03D766. Grayscale: #747474. Windows color (decimal): -251751 or 10037500. OLE color: 10037500.

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

Color convert

RGB 252 40 153 -
CMYK 0 0.84 0.39 0.01
HSL 328.02º 0.97% 0.57% -
HSV(B) 328.02º 0.84% 0.99% -
XYZ 46.65 24.51 32.41 -
YUV 116.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 252 40 153 0 0.84 0.39 0.01 328.02 0.97 0.57
Hex FC 28 99 0 54 27 1 148 61 39
Octal 374 50 231 0 124 47 1 510 141 71
Binary 11111100 101000 10011001 0 1010100 100111 1 101001000 1100001 111001

Color Harmonies of #FC2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2899

Black with #FC2899

Text Example


Text Example

White with #FC2899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2899; }

 p { color: rgb(252,40,153); }

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

background-color css

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

 a { background-color: rgb(252,40,153); }

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

border-color css

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

 span { border-color: rgb(252,40,153); }

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