Html Css Color HEX #FB2A8A Wild Strawberry

📋 copy color: '#FB2A8A'

red 251 ◦ green 42 ◦ blue 138

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

Shades of Wild Strawberry #FB2A8A

Tints of Wild Strawberry #FB2A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 58.24%
G = 9.74%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB2A8A (or 0xFB2A8A) is known color: Wild Strawberry. HEX triplet: FB, 2A and 8A. RGB value is (251,42,138). Sum of RGB (Red+Green+Blue) = 251+42+138=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2A8A is #04D575. Grayscale: #737373. Windows color (decimal): -316790 or 9054971. OLE color: 9054971.

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

Color convert

RGB 251 42 138 -
CMYK 0 0.83 0.45 0.02
HSL 332.44º 0.96% 0.57% -
HSV(B) 332.44º 0.83% 0.98% -
XYZ 45.2 24 26.29 -
YUV 115.44 140.74 224.69 -
System Red Green Blue C M Y K H S L
Decimal 251 42 138 0 0.83 0.45 0.02 332.44 0.96 0.57
Hex FB 2A 8A 0 53 2D 2 14C 60 39
Octal 373 52 212 0 123 55 2 514 140 71
Binary 11111011 101010 10001010 0 1010011 101101 10 101001100 1100000 111001

Color Harmonies of #FB2A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A8A

Black with #FB2A8A

Text Example


Text Example

White with #FB2A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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