Html Css Color HEX #FC259C Persian Rose

📋 copy color: '#FC259C'

red 252 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #FC259C

Tints of Persian Rose #FC259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 56.63%
G = 8.31%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC259C (or 0xFC259C) is known color: Persian Rose. HEX triplet: FC, 25 and 9C. RGB value is (252,37,156). Sum of RGB (Red+Green+Blue) = 252+37+156=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC259C is #03DA63. Grayscale: #727272. Windows color (decimal): -252516 or 10233340. OLE color: 10233340.

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

Color convert

RGB 252 37 156 -
CMYK 0 0.85 0.38 0.01
HSL 326.79º 0.97% 0.57% -
HSV(B) 326.79º 0.85% 0.99% -
XYZ 46.81 24.42 33.7 -
YUV 114.85 151.23 225.82 -
System Red Green Blue C M Y K H S L
Decimal 252 37 156 0 0.85 0.38 0.01 326.79 0.97 0.57
Hex FC 25 9C 0 55 26 1 147 61 39
Octal 374 45 234 0 125 46 1 507 141 71
Binary 11111100 100101 10011100 0 1010101 100110 1 101000111 1100001 111001

Color Harmonies of #FC259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC259C

Black with #FC259C

Text Example


Text Example

White with #FC259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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