Html Css Color HEX #FC2D94 Wild Strawberry

📋 copy color: '#FC2D94'

red 252 ◦ green 45 ◦ blue 148

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

Shades of Wild Strawberry #FC2D94

Tints of Wild Strawberry #FC2D94

RGB

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

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

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

R = 56.63%
G = 10.11%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC2D94 (or 0xFC2D94) is known color: Wild Strawberry. HEX triplet: FC, 2D and 94. RGB value is (252,45,148). Sum of RGB (Red+Green+Blue) = 252+45+148=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2D94 is #03D26B. Grayscale: #767676. Windows color (decimal): -250476 or 9711100. OLE color: 9711100.

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

Color convert

RGB 252 45 148 -
CMYK 0 0.82 0.41 0.01
HSL 330.14º 0.97% 0.58% -
HSV(B) 330.14º 0.82% 0.99% -
XYZ 46.43 24.71 30.34 -
YUV 118.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 252 45 148 0 0.82 0.41 0.01 330.14 0.97 0.58
Hex FC 2D 94 0 52 29 1 14A 61 3A
Octal 374 55 224 0 122 51 1 512 141 72
Binary 11111100 101101 10010100 0 1010010 101001 1 101001010 1100001 111010

Color Harmonies of #FC2D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D94

Black with #FC2D94

Text Example


Text Example

White with #FC2D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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