Html Css Color HEX #FC259A Persian Rose

📋 copy color: '#FC259A'

red 252 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #FC259A

Tints of Persian Rose #FC259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 56.88%
G = 8.35%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC259A (or 0xFC259A) is known color: Persian Rose. HEX triplet: FC, 25 and 9A. RGB value is (252,37,154). Sum of RGB (Red+Green+Blue) = 252+37+154=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC259A is #03DA65. Grayscale: #727272. Windows color (decimal): -252518 or 10102268. OLE color: 10102268.

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

Color convert

RGB 252 37 154 -
CMYK 0 0.85 0.39 0.01
HSL 327.35º 0.97% 0.57% -
HSV(B) 327.35º 0.85% 0.99% -
XYZ 46.64 24.35 32.81 -
YUV 114.62 150.23 225.99 -
System Red Green Blue C M Y K H S L
Decimal 252 37 154 0 0.85 0.39 0.01 327.35 0.97 0.57
Hex FC 25 9A 0 55 27 1 147 61 39
Octal 374 45 232 0 125 47 1 507 141 71
Binary 11111100 100101 10011010 0 1010101 100111 1 101000111 1100001 111001

Color Harmonies of #FC259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC259A

Black with #FC259A

Text Example


Text Example

White with #FC259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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