Html Css Color HEX #FC2B90 Wild Strawberry

📋 copy color: '#FC2B90'

red 252 ◦ green 43 ◦ blue 144

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

Shades of Wild Strawberry #FC2B90

Tints of Wild Strawberry #FC2B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 57.4%
G = 9.79%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC2B90 (or 0xFC2B90) is known color: Wild Strawberry. HEX triplet: FC, 2B and 90. RGB value is (252,43,144). Sum of RGB (Red+Green+Blue) = 252+43+144=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2B90 is #03D46F. Grayscale: #747474. Windows color (decimal): -250992 or 9448444. OLE color: 9448444.

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

Color convert

RGB 252 43 144 -
CMYK 0 0.83 0.43 0.01
HSL 331º 0.97% 0.58% -
HSV(B) 331º 0.83% 0.99% -
XYZ 46.04 24.44 28.68 -
YUV 117.01 143.24 224.29 -
System Red Green Blue C M Y K H S L
Decimal 252 43 144 0 0.83 0.43 0.01 331 0.97 0.58
Hex FC 2B 90 0 53 2B 1 14B 61 3A
Octal 374 53 220 0 123 53 1 513 141 72
Binary 11111100 101011 10010000 0 1010011 101011 1 101001011 1100001 111010

Color Harmonies of #FC2B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B90

Black with #FC2B90

Text Example


Text Example

White with #FC2B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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