Html Css Color HEX #FB389F Wild Strawberry

📋 copy color: '#FB389F'

red 251 ◦ green 56 ◦ blue 159

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

Shades of Wild Strawberry #FB389F

Tints of Wild Strawberry #FB389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 53.86%
G = 12.02%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB389F (or 0xFB389F) is known color: Wild Strawberry. HEX triplet: FB, 38 and 9F. RGB value is (251,56,159). Sum of RGB (Red+Green+Blue) = 251+56+159=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB389F is #04C760. Grayscale: #7D7D7D. Windows color (decimal): -313185 or 10434811. OLE color: 10434811.

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

Color convert

RGB 251 56 159 -
CMYK 0 0.78 0.37 0.02
HSL 328.31º 0.96% 0.6% -
HSV(B) 328.31º 0.78% 0.98% -
XYZ 47.46 25.84 35.29 -
YUV 126.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 251 56 159 0 0.78 0.37 0.02 328.31 0.96 0.6
Hex FB 38 9F 0 4E 25 2 148 60 3C
Octal 373 70 237 0 116 45 2 510 140 74
Binary 11111011 111000 10011111 0 1001110 100101 10 101001000 1100000 111100

Color Harmonies of #FB389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB389F

Black with #FB389F

Text Example


Text Example

White with #FB389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB389F; }

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

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

background-color css

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

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

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

border-color css

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

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

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