Html Css Color HEX #FC25A8 Persian Rose

📋 copy color: '#FC25A8'

red 252 ◦ green 37 ◦ blue 168

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

Shades of Persian Rose #FC25A8

Tints of Persian Rose #FC25A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 55.14%
G = 8.1%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC25A8 (or 0xFC25A8) is known color: Persian Rose. HEX triplet: FC, 25 and A8. RGB value is (252,37,168). Sum of RGB (Red+Green+Blue) = 252+37+168=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC25A8 is #03DA57. Grayscale: #737373. Windows color (decimal): -252504 or 11019772. OLE color: 11019772.

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

Color convert

RGB 252 37 168 -
CMYK 0 0.85 0.33 0.01
HSL 323.44º 0.97% 0.57% -
HSV(B) 323.44º 0.85% 0.99% -
XYZ 47.87 24.85 39.32 -
YUV 116.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 252 37 168 0 0.85 0.33 0.01 323.44 0.97 0.57
Hex FC 25 A8 0 55 21 1 143 61 39
Octal 374 45 250 0 125 41 1 503 141 71
Binary 11111100 100101 10101000 0 1010101 100001 1 101000011 1100001 111001

Color Harmonies of #FC25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC25A8

Black with #FC25A8

Text Example


Text Example

White with #FC25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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