Html Css Color HEX #FB2A8D Wild Strawberry

📋 copy color: '#FB2A8D'

red 251 ◦ green 42 ◦ blue 141

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

Shades of Wild Strawberry #FB2A8D

Tints of Wild Strawberry #FB2A8D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 57.83%
G = 9.68%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB2A8D (or 0xFB2A8D) is known color: Wild Strawberry. HEX triplet: FB, 2A and 8D. RGB value is (251,42,141). Sum of RGB (Red+Green+Blue) = 251+42+141=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2A8D is #04D572. Grayscale: #737373. Windows color (decimal): -316787 or 9251579. OLE color: 9251579.

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

Color convert

RGB 251 42 141 -
CMYK 0 0.83 0.44 0.02
HSL 331.58º 0.96% 0.57% -
HSV(B) 331.58º 0.83% 0.98% -
XYZ 45.42 24.09 27.45 -
YUV 115.78 142.24 224.45 -
System Red Green Blue C M Y K H S L
Decimal 251 42 141 0 0.83 0.44 0.02 331.58 0.96 0.57
Hex FB 2A 8D 0 53 2C 2 14C 60 39
Octal 373 52 215 0 123 54 2 514 140 71
Binary 11111011 101010 10001101 0 1010011 101100 10 101001100 1100000 111001

Color Harmonies of #FB2A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A8D

Black with #FB2A8D

Text Example


Text Example

White with #FB2A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A8D; }

 p { color: rgb(251,42,141); }

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

background-color css

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

 a { background-color: rgb(251,42,141); }

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

border-color css

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

 span { border-color: rgb(251,42,141); }

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