Html Css Color HEX #FC2D97 Wild Strawberry

📋 copy color: '#FC2D97'

red 252 ◦ green 45 ◦ blue 151

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

Shades of Wild Strawberry #FC2D97

Tints of Wild Strawberry #FC2D97

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.04%

 BLUE value IS 151 (59.38% from 255) = 33.71%

R = 56.25%
G = 10.04%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC2D97 (or 0xFC2D97) is known color: Wild Strawberry. HEX triplet: FC, 2D and 97. RGB value is (252,45,151). Sum of RGB (Red+Green+Blue) = 252+45+151=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D97 is #03D268. Grayscale: #767676. Windows color (decimal): -250473 or 9907708. OLE color: 9907708.

HSL color Cylindrical-coordinate representation of color #FC2D97: hue angle of 329.28º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D97 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 45 151 -
CMYK 0 0.82 0.40 0.01
HSL 329.28º 0.97% 0.58% -
HSV(B) 329.28º 0.82% 0.99% -
XYZ 46.67 24.81 31.61 -
YUV 118.98 146.08 222.88 -
System Red Green Blue C M Y K H S L
Decimal 252 45 151 0 0.82 0.40 0.01 329.28 0.97 0.58
Hex FC 2D 97 0 52 28 1 149 61 3A
Octal 374 55 227 0 122 50 1 511 141 72
Binary 11111100 101101 10010111 0 1010010 101000 1 101001001 1100001 111010

Color Harmonies of #FC2D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D97

Black with #FC2D97

Text Example


Text Example

White with #FC2D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D97; }

 p { color: rgb(252,45,151); }

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

background-color css

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

 a { background-color: rgb(252,45,151); }

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

border-color css

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

 span { border-color: rgb(252,45,151); }

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