Html Css Color HEX #FC2983 Wild Strawberry

📋 copy color: '#FC2983'

red 252 ◦ green 41 ◦ blue 131

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

Shades of Wild Strawberry #FC2983

Tints of Wild Strawberry #FC2983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.67%

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 59.43%
G = 9.67%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC2983 (or 0xFC2983) is known color: Wild Strawberry. HEX triplet: FC, 29 and 83. RGB value is (252,41,131). Sum of RGB (Red+Green+Blue) = 252+41+131=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2983 is #03D67C. Grayscale: #727272. Windows color (decimal): -251517 or 8595964. OLE color: 8595964.

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

Color convert

RGB 252 41 131 -
CMYK 0 0.84 0.48 0.01
HSL 334.41º 0.97% 0.57% -
HSV(B) 334.41º 0.84% 0.99% -
XYZ 45.03 23.92 23.72 -
YUV 114.35 137.4 226.18 -
System Red Green Blue C M Y K H S L
Decimal 252 41 131 0 0.84 0.48 0.01 334.41 0.97 0.57
Hex FC 29 83 0 54 30 1 14E 61 39
Octal 374 51 203 0 124 60 1 516 141 71
Binary 11111100 101001 10000011 0 1010100 110000 1 101001110 1100001 111001

Color Harmonies of #FC2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2983

Black with #FC2983

Text Example


Text Example

White with #FC2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2983; }

 p { color: rgb(252,41,131); }

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

background-color css

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

 a { background-color: rgb(252,41,131); }

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

border-color css

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

 span { border-color: rgb(252,41,131); }

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