Html Css Color HEX #FB398F Wild Strawberry

📋 copy color: '#FB398F'

red 251 ◦ green 57 ◦ blue 143

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

Shades of Wild Strawberry #FB398F

Tints of Wild Strawberry #FB398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.64%

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

R = 55.65%
G = 12.64%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB398F (or 0xFB398F) is known color: Wild Strawberry. HEX triplet: FB, 39 and 8F. RGB value is (251,57,143). Sum of RGB (Red+Green+Blue) = 251+57+143=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB398F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB398F is #04C670. Grayscale: #7C7C7C. Windows color (decimal): -312945 or 9386491. OLE color: 9386491.

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

Color convert

RGB 251 57 143 -
CMYK 0 0.77 0.43 0.02
HSL 333.4º 0.96% 0.6% -
HSV(B) 333.4º 0.77% 0.98% -
XYZ 46.2 25.42 28.46 -
YUV 124.81 138.27 218.01 -
System Red Green Blue C M Y K H S L
Decimal 251 57 143 0 0.77 0.43 0.02 333.4 0.96 0.6
Hex FB 39 8F 0 4D 2B 2 14D 60 3C
Octal 373 71 217 0 115 53 2 515 140 74
Binary 11111011 111001 10001111 0 1001101 101011 10 101001101 1100000 111100

Color Harmonies of #FB398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB398F

Black with #FB398F

Text Example


Text Example

White with #FB398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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