Html Css Color HEX #FB2C99 Wild Strawberry

📋 copy color: '#FB2C99'

red 251 ◦ green 44 ◦ blue 153

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

Shades of Wild Strawberry #FB2C99

Tints of Wild Strawberry #FB2C99

RGB

 RED value IS 251 (98.44% from 255) = 56.03%

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 56.03%
G = 9.82%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB2C99 (or 0xFB2C99) is known color: Wild Strawberry. HEX triplet: FB, 2C and 99. RGB value is (251,44,153). Sum of RGB (Red+Green+Blue) = 251+44+153=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2C99 is #04D366. Grayscale: #767676. Windows color (decimal): -316263 or 10038523. OLE color: 10038523.

HSL color Cylindrical-coordinate representation of color #FB2C99: hue angle of 328.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2C99 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 44 153 -
CMYK 0 0.82 0.39 0.02
HSL 328.41º 0.96% 0.58% -
HSV(B) 328.41º 0.82% 0.98% -
XYZ 46.43 24.61 32.44 -
YUV 118.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 251 44 153 0 0.82 0.39 0.02 328.41 0.96 0.58
Hex FB 2C 99 0 52 27 2 148 60 3A
Octal 373 54 231 0 122 47 2 510 140 72
Binary 11111011 101100 10011001 0 1010010 100111 10 101001000 1100000 111010

Color Harmonies of #FB2C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2C99

Black with #FB2C99

Text Example


Text Example

White with #FB2C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2C99; }

 p { color: rgb(251,44,153); }

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

background-color css

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

 a { background-color: rgb(251,44,153); }

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

border-color css

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

 span { border-color: rgb(251,44,153); }

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