Html Css Color HEX #FC2594 Persian Rose

📋 copy color: '#FC2594'

red 252 ◦ green 37 ◦ blue 148

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

Shades of Persian Rose #FC2594

Tints of Persian Rose #FC2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 57.67%
G = 8.47%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC2594 (or 0xFC2594) is known color: Persian Rose. HEX triplet: FC, 25 and 94. RGB value is (252,37,148). Sum of RGB (Red+Green+Blue) = 252+37+148=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2594 is #03DA6B. Grayscale: #717171. Windows color (decimal): -252524 or 9709052. OLE color: 9709052.

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

Color convert

RGB 252 37 148 -
CMYK 0 0.85 0.41 0.01
HSL 329.02º 0.97% 0.57% -
HSV(B) 329.02º 0.85% 0.99% -
XYZ 46.15 24.16 30.25 -
YUV 113.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 252 37 148 0 0.85 0.41 0.01 329.02 0.97 0.57
Hex FC 25 94 0 55 29 1 149 61 39
Octal 374 45 224 0 125 51 1 511 141 71
Binary 11111100 100101 10010100 0 1010101 101001 1 101001001 1100001 111001

Color Harmonies of #FC2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2594

Black with #FC2594

Text Example


Text Example

White with #FC2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2594; }

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

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

background-color css

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

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

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

border-color css

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

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

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