Html Css Color HEX #FC2F8C Wild Strawberry

📋 copy color: '#FC2F8C'

red 252 ◦ green 47 ◦ blue 140

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

Shades of Wild Strawberry #FC2F8C

Tints of Wild Strawberry #FC2F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.71%

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 57.4%
G = 10.71%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC2F8C (or 0xFC2F8C) is known color: Wild Strawberry. HEX triplet: FC, 2F and 8C. RGB value is (252,47,140). Sum of RGB (Red+Green+Blue) = 252+47+140=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2F8C is #03D073. Grayscale: #767676. Windows color (decimal): -249972 or 9187324. OLE color: 9187324.

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

Color convert

RGB 252 47 140 -
CMYK 0 0.81 0.44 0.01
HSL 332.78º 0.97% 0.59% -
HSV(B) 332.78º 0.81% 0.99% -
XYZ 45.9 24.62 27.14 -
YUV 118.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 252 47 140 0 0.81 0.44 0.01 332.78 0.97 0.59
Hex FC 2F 8C 0 51 2C 1 14D 61 3B
Octal 374 57 214 0 121 54 1 515 141 73
Binary 11111100 101111 10001100 0 1010001 101100 1 101001101 1100001 111011

Color Harmonies of #FC2F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F8C

Black with #FC2F8C

Text Example


Text Example

White with #FC2F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F8C; }

 p { color: rgb(252,47,140); }

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

background-color css

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

 a { background-color: rgb(252,47,140); }

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

border-color css

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

 span { border-color: rgb(252,47,140); }

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