Html Css Color HEX #FC299B Persian Rose

📋 copy color: '#FC299B'

red 252 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #FC299B

Tints of Persian Rose #FC299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 56.25%
G = 9.15%
B = 34.6%

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

#FC299B (or 0xFC299B) is known color: Persian Rose. HEX triplet: FC, 29 and 9B. RGB value is (252,41,155). Sum of RGB (Red+Green+Blue) = 252+41+155=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC299B is #03D664. Grayscale: #747474. Windows color (decimal): -251493 or 10168828. OLE color: 10168828.

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

Color convert

RGB 252 41 155 -
CMYK 0 0.84 0.38 0.01
HSL 327.58º 0.97% 0.57% -
HSV(B) 327.58º 0.84% 0.99% -
XYZ 46.85 24.65 33.3 -
YUV 117.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 252 41 155 0 0.84 0.38 0.01 327.58 0.97 0.57
Hex FC 29 9B 0 54 26 1 148 61 39
Octal 374 51 233 0 124 46 1 510 141 71
Binary 11111100 101001 10011011 0 1010100 100110 1 101001000 1100001 111001

Color Harmonies of #FC299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC299B

Black with #FC299B

Text Example


Text Example

White with #FC299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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