Html Css Color HEX #FB298B Wild Strawberry

📋 copy color: '#FB298B'

red 251 ◦ green 41 ◦ blue 139

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

Shades of Wild Strawberry #FB298B

Tints of Wild Strawberry #FB298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.51%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 58.24%
G = 9.51%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB298B (or 0xFB298B) is known color: Wild Strawberry. HEX triplet: FB, 29 and 8B. RGB value is (251,41,139). Sum of RGB (Red+Green+Blue) = 251+41+139=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB298B is #04D674. Grayscale: #727272. Windows color (decimal): -317045 or 9120251. OLE color: 9120251.

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

Color convert

RGB 251 41 139 -
CMYK 0 0.84 0.45 0.02
HSL 332º 0.96% 0.57% -
HSV(B) 332º 0.84% 0.98% -
XYZ 45.24 23.96 26.67 -
YUV 114.96 141.57 225.03 -
System Red Green Blue C M Y K H S L
Decimal 251 41 139 0 0.84 0.45 0.02 332 0.96 0.57
Hex FB 29 8B 0 54 2D 2 14C 60 39
Octal 373 51 213 0 124 55 2 514 140 71
Binary 11111011 101001 10001011 0 1010100 101101 10 101001100 1100000 111001

Color Harmonies of #FB298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB298B

Black with #FB298B

Text Example


Text Example

White with #FB298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB298B; }

 p { color: rgb(251,41,139); }

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

background-color css

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

 a { background-color: rgb(251,41,139); }

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

border-color css

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

 span { border-color: rgb(251,41,139); }

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