Html Css Color HEX #FC249B Persian Rose

📋 copy color: '#FC249B'

red 252 ◦ green 36 ◦ blue 155

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

Shades of Persian Rose #FC249B

Tints of Persian Rose #FC249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.13%

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

R = 56.88%
G = 8.13%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC249B (or 0xFC249B) is known color: Persian Rose. HEX triplet: FC, 24 and 9B. RGB value is (252,36,155). Sum of RGB (Red+Green+Blue) = 252+36+155=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC249B is #03DB64. Grayscale: #717171. Windows color (decimal): -252773 or 10167548. OLE color: 10167548.

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

Color convert

RGB 252 36 155 -
CMYK 0 0.86 0.38 0.01
HSL 326.94º 0.97% 0.56% -
HSV(B) 326.94º 0.86% 0.99% -
XYZ 46.69 24.32 33.24 -
YUV 114.15 151.06 226.32 -
System Red Green Blue C M Y K H S L
Decimal 252 36 155 0 0.86 0.38 0.01 326.94 0.97 0.56
Hex FC 24 9B 0 56 26 1 147 61 38
Octal 374 44 233 0 126 46 1 507 141 70
Binary 11111100 100100 10011011 0 1010110 100110 1 101000111 1100001 111000

Color Harmonies of #FC249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC249B

Black with #FC249B

Text Example


Text Example

White with #FC249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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