Html Css Color HEX #FB298F Wild Strawberry

📋 copy color: '#FB298F'

red 251 ◦ green 41 ◦ blue 143

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

Shades of Wild Strawberry #FB298F

Tints of Wild Strawberry #FB298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 57.7%
G = 9.43%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB298F (or 0xFB298F) is known color: Wild Strawberry. HEX triplet: FB, 29 and 8F. RGB value is (251,41,143). Sum of RGB (Red+Green+Blue) = 251+41+143=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB298F is #04D670. Grayscale: #737373. Windows color (decimal): -317041 or 9382395. OLE color: 9382395.

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

Color convert

RGB 251 41 143 -
CMYK 0 0.84 0.43 0.02
HSL 330.86º 0.96% 0.57% -
HSV(B) 330.86º 0.84% 0.98% -
XYZ 45.53 24.08 28.23 -
YUV 115.42 143.57 224.71 -
System Red Green Blue C M Y K H S L
Decimal 251 41 143 0 0.84 0.43 0.02 330.86 0.96 0.57
Hex FB 29 8F 0 54 2B 2 14B 60 39
Octal 373 51 217 0 124 53 2 513 140 71
Binary 11111011 101001 10001111 0 1010100 101011 10 101001011 1100000 111001

Color Harmonies of #FB298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB298F

Black with #FB298F

Text Example


Text Example

White with #FB298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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