Html Css Color HEX #FB378F Wild Strawberry

📋 copy color: '#FB378F'

red 251 ◦ green 55 ◦ blue 143

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

Shades of Wild Strawberry #FB378F

Tints of Wild Strawberry #FB378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.25%

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

R = 55.9%
G = 12.25%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB378F (or 0xFB378F) is known color: Wild Strawberry. HEX triplet: FB, 37 and 8F. RGB value is (251,55,143). Sum of RGB (Red+Green+Blue) = 251+55+143=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB378F is #04C870. Grayscale: #7B7B7B. Windows color (decimal): -313457 or 9385979. OLE color: 9385979.

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

Color convert

RGB 251 55 143 -
CMYK 0 0.78 0.43 0.02
HSL 333.06º 0.96% 0.6% -
HSV(B) 333.06º 0.78% 0.98% -
XYZ 46.11 25.22 28.43 -
YUV 123.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 251 55 143 0 0.78 0.43 0.02 333.06 0.96 0.6
Hex FB 37 8F 0 4E 2B 2 14D 60 3C
Octal 373 67 217 0 116 53 2 515 140 74
Binary 11111011 110111 10001111 0 1001110 101011 10 101001101 1100000 111100

Color Harmonies of #FB378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB378F

Black with #FB378F

Text Example


Text Example

White with #FB378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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