Html Css Color HEX #FC299D Persian Rose

📋 copy color: '#FC299D'

red 252 ◦ green 41 ◦ blue 157

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

Shades of Persian Rose #FC299D

Tints of Persian Rose #FC299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.11%

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 56%
G = 9.11%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC299D (or 0xFC299D) is known color: Persian Rose. HEX triplet: FC, 29 and 9D. RGB value is (252,41,157). Sum of RGB (Red+Green+Blue) = 252+41+157=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC299D is #03D662. Grayscale: #757575. Windows color (decimal): -251491 or 10299900. OLE color: 10299900.

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

Color convert

RGB 252 41 157 -
CMYK 0 0.84 0.38 0.01
HSL 327.01º 0.97% 0.57% -
HSV(B) 327.01º 0.84% 0.99% -
XYZ 47.02 24.72 34.19 -
YUV 117.31 150.4 224.07 -
System Red Green Blue C M Y K H S L
Decimal 252 41 157 0 0.84 0.38 0.01 327.01 0.97 0.57
Hex FC 29 9D 0 54 26 1 147 61 39
Octal 374 51 235 0 124 46 1 507 141 71
Binary 11111100 101001 10011101 0 1010100 100110 1 101000111 1100001 111001

Color Harmonies of #FC299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC299D

Black with #FC299D

Text Example


Text Example

White with #FC299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC299D; }

 p { color: rgb(252,41,157); }

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

background-color css

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

 a { background-color: rgb(252,41,157); }

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

border-color css

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

 span { border-color: rgb(252,41,157); }

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