Html Css Color HEX #FC25A0 Persian Rose

📋 copy color: '#FC25A0'

red 252 ◦ green 37 ◦ blue 160

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

Shades of Persian Rose #FC25A0

Tints of Persian Rose #FC25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 56.12%
G = 8.24%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC25A0 (or 0xFC25A0) is known color: Persian Rose. HEX triplet: FC, 25 and A0. RGB value is (252,37,160). Sum of RGB (Red+Green+Blue) = 252+37+160=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC25A0 is #03DA5F. Grayscale: #737373. Windows color (decimal): -252512 or 10495484. OLE color: 10495484.

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

Color convert

RGB 252 37 160 -
CMYK 0 0.85 0.37 0.01
HSL 325.67º 0.97% 0.57% -
HSV(B) 325.67º 0.85% 0.99% -
XYZ 47.15 24.56 35.51 -
YUV 115.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 252 37 160 0 0.85 0.37 0.01 325.67 0.97 0.57
Hex FC 25 A0 0 55 25 1 146 61 39
Octal 374 45 240 0 125 45 1 506 141 71
Binary 11111100 100101 10100000 0 1010101 100101 1 101000110 1100001 111001

Color Harmonies of #FC25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25A0

Black with #FC25A0

Text Example


Text Example

White with #FC25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25A0; }

 p { color: rgb(252,37,160); }

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

background-color css

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

 a { background-color: rgb(252,37,160); }

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

border-color css

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

 span { border-color: rgb(252,37,160); }

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