Html Css Color HEX #FC2590 Wild Strawberry

📋 copy color: '#FC2590'

red 252 ◦ green 37 ◦ blue 144

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

Shades of Wild Strawberry #FC2590

Tints of Wild Strawberry #FC2590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 58.2%
G = 8.55%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC2590 (or 0xFC2590) is known color: Wild Strawberry. HEX triplet: FC, 25 and 90. RGB value is (252,37,144). Sum of RGB (Red+Green+Blue) = 252+37+144=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2590 is #03DA6F. Grayscale: #717171. Windows color (decimal): -252528 or 9446908. OLE color: 9446908.

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

Color convert

RGB 252 37 144 -
CMYK 0 0.85 0.43 0.01
HSL 330.14º 0.97% 0.57% -
HSV(B) 330.14º 0.85% 0.99% -
XYZ 45.84 24.03 28.61 -
YUV 113.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 252 37 144 0 0.85 0.43 0.01 330.14 0.97 0.57
Hex FC 25 90 0 55 2B 1 14A 61 39
Octal 374 45 220 0 125 53 1 512 141 71
Binary 11111100 100101 10010000 0 1010101 101011 1 101001010 1100001 111001

Color Harmonies of #FC2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2590

Black with #FC2590

Text Example


Text Example

White with #FC2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2590; }

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

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

background-color css

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

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

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

border-color css

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

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

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