Html Css Color HEX #FB389B Wild Strawberry

📋 copy color: '#FB389B'

red 251 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #FB389B

Tints of Wild Strawberry #FB389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.12%

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 54.33%
G = 12.12%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB389B (or 0xFB389B) is known color: Wild Strawberry. HEX triplet: FB, 38 and 9B. RGB value is (251,56,155). Sum of RGB (Red+Green+Blue) = 251+56+155=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB389B is #04C764. Grayscale: #7D7D7D. Windows color (decimal): -313189 or 10172667. OLE color: 10172667.

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

Color convert

RGB 251 56 155 -
CMYK 0 0.78 0.38 0.02
HSL 329.54º 0.96% 0.6% -
HSV(B) 329.54º 0.78% 0.98% -
XYZ 47.11 25.7 33.49 -
YUV 125.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 251 56 155 0 0.78 0.38 0.02 329.54 0.96 0.6
Hex FB 38 9B 0 4E 26 2 14A 60 3C
Octal 373 70 233 0 116 46 2 512 140 74
Binary 11111011 111000 10011011 0 1001110 100110 10 101001010 1100000 111100

Color Harmonies of #FB389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB389B

Black with #FB389B

Text Example


Text Example

White with #FB389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB389B; }

 p { color: rgb(251,56,155); }

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

background-color css

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

 a { background-color: rgb(251,56,155); }

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

border-color css

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

 span { border-color: rgb(251,56,155); }

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