Html Css Color HEX #FC2591 Wild Strawberry

📋 copy color: '#FC2591'

red 252 ◦ green 37 ◦ blue 145

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

Shades of Wild Strawberry #FC2591

Tints of Wild Strawberry #FC2591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 58.06%
G = 8.53%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC2591 (or 0xFC2591) is known color: Wild Strawberry. HEX triplet: FC, 25 and 91. RGB value is (252,37,145). Sum of RGB (Red+Green+Blue) = 252+37+145=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2591 is #03DA6E. Grayscale: #717171. Windows color (decimal): -252527 or 9512444. OLE color: 9512444.

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

Color convert

RGB 252 37 145 -
CMYK 0 0.85 0.42 0.01
HSL 329.86º 0.97% 0.57% -
HSV(B) 329.86º 0.85% 0.99% -
XYZ 45.92 24.06 29.01 -
YUV 113.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 252 37 145 0 0.85 0.42 0.01 329.86 0.97 0.57
Hex FC 25 91 0 55 2A 1 14A 61 39
Octal 374 45 221 0 125 52 1 512 141 71
Binary 11111100 100101 10010001 0 1010101 101010 1 101001010 1100001 111001

Color Harmonies of #FC2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2591

Black with #FC2591

Text Example


Text Example

White with #FC2591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2591; }

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

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

background-color css

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

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

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

border-color css

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

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

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