Html Css Color HEX #FB298D Wild Strawberry

📋 copy color: '#FB298D'

red 251 ◦ green 41 ◦ blue 141

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

Shades of Wild Strawberry #FB298D

Tints of Wild Strawberry #FB298D

RGB

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

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

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

R = 57.97%
G = 9.47%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB298D (or 0xFB298D) is known color: Wild Strawberry. HEX triplet: FB, 29 and 8D. RGB value is (251,41,141). Sum of RGB (Red+Green+Blue) = 251+41+141=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB298D is #04D672. Grayscale: #737373. Windows color (decimal): -317043 or 9251323. OLE color: 9251323.

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

Color convert

RGB 251 41 141 -
CMYK 0 0.84 0.44 0.02
HSL 331.43º 0.96% 0.57% -
HSV(B) 331.43º 0.84% 0.98% -
XYZ 45.38 24.02 27.44 -
YUV 115.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 251 41 141 0 0.84 0.44 0.02 331.43 0.96 0.57
Hex FB 29 8D 0 54 2C 2 14B 60 39
Octal 373 51 215 0 124 54 2 513 140 71
Binary 11111011 101001 10001101 0 1010100 101100 10 101001011 1100000 111001

Color Harmonies of #FB298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB298D

Black with #FB298D

Text Example


Text Example

White with #FB298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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