Html Css Color HEX #FC25A1 Persian Rose

📋 copy color: '#FC25A1'

red 252 ◦ green 37 ◦ blue 161

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

Shades of Persian Rose #FC25A1

Tints of Persian Rose #FC25A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.78%

R = 56%
G = 8.22%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC25A1 (or 0xFC25A1) is known color: Persian Rose. HEX triplet: FC, 25 and A1. RGB value is (252,37,161). Sum of RGB (Red+Green+Blue) = 252+37+161=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC25A1 is #03DA5E. Grayscale: #737373. Windows color (decimal): -252511 or 10561020. OLE color: 10561020.

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

Color convert

RGB 252 37 161 -
CMYK 0 0.85 0.36 0.01
HSL 325.4º 0.97% 0.57% -
HSV(B) 325.4º 0.85% 0.99% -
XYZ 47.24 24.59 35.98 -
YUV 115.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 252 37 161 0 0.85 0.36 0.01 325.4 0.97 0.57
Hex FC 25 A1 0 55 24 1 145 61 39
Octal 374 45 241 0 125 44 1 505 141 71
Binary 11111100 100101 10100001 0 1010101 100100 1 101000101 1100001 111001

Color Harmonies of #FC25A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25A1

Black with #FC25A1

Text Example


Text Example

White with #FC25A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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