Html Css Color HEX #FC2B81 Wild Strawberry

📋 copy color: '#FC2B81'

red 252 ◦ green 43 ◦ blue 129

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

Shades of Wild Strawberry #FC2B81

Tints of Wild Strawberry #FC2B81

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.14%

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 59.43%
G = 10.14%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC2B81 (or 0xFC2B81) is known color: Wild Strawberry. HEX triplet: FC, 2B and 81. RGB value is (252,43,129). Sum of RGB (Red+Green+Blue) = 252+43+129=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2B81 is #03D47E. Grayscale: #737373. Windows color (decimal): -251007 or 8465404. OLE color: 8465404.

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

Color convert

RGB 252 43 129 -
CMYK 0 0.83 0.49 0.01
HSL 335.31º 0.97% 0.58% -
HSV(B) 335.31º 0.83% 0.99% -
XYZ 44.97 24.01 23.03 -
YUV 115.3 135.74 225.51 -
System Red Green Blue C M Y K H S L
Decimal 252 43 129 0 0.83 0.49 0.01 335.31 0.97 0.58
Hex FC 2B 81 0 53 31 1 14F 61 3A
Octal 374 53 201 0 123 61 1 517 141 72
Binary 11111100 101011 10000001 0 1010011 110001 1 101001111 1100001 111010

Color Harmonies of #FC2B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B81

Black with #FC2B81

Text Example


Text Example

White with #FC2B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B81; }

 p { color: rgb(252,43,129); }

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

background-color css

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

 a { background-color: rgb(252,43,129); }

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

border-color css

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

 span { border-color: rgb(252,43,129); }

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