Html Css Color HEX #FC2593 Wild Strawberry

📋 copy color: '#FC2593'

red 252 ◦ green 37 ◦ blue 147

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

Shades of Wild Strawberry #FC2593

Tints of Wild Strawberry #FC2593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 57.8%
G = 8.49%
B = 33.72%

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

#FC2593 (or 0xFC2593) is known color: Wild Strawberry. HEX triplet: FC, 25 and 93. RGB value is (252,37,147). Sum of RGB (Red+Green+Blue) = 252+37+147=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2593 is #03DA6C. Grayscale: #717171. Windows color (decimal): -252525 or 9643516. OLE color: 9643516.

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

Color convert

RGB 252 37 147 -
CMYK 0 0.85 0.42 0.01
HSL 329.3º 0.97% 0.57% -
HSV(B) 329.3º 0.85% 0.99% -
XYZ 46.07 24.13 29.83 -
YUV 113.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 252 37 147 0 0.85 0.42 0.01 329.3 0.97 0.57
Hex FC 25 93 0 55 2A 1 149 61 39
Octal 374 45 223 0 125 52 1 511 141 71
Binary 11111100 100101 10010011 0 1010101 101010 1 101001001 1100001 111001

Color Harmonies of #FC2593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2593

Black with #FC2593

Text Example


Text Example

White with #FC2593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2593; }

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

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

background-color css

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

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

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

border-color css

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

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

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