Html Css Color HEX #FB378E Wild Strawberry

📋 copy color: '#FB378E'

red 251 ◦ green 55 ◦ blue 142

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

Shades of Wild Strawberry #FB378E

Tints of Wild Strawberry #FB378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 56.03%
G = 12.28%
B = 31.7%

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

#FB378E (or 0xFB378E) is known color: Wild Strawberry. HEX triplet: FB, 37 and 8E. RGB value is (251,55,142). Sum of RGB (Red+Green+Blue) = 251+55+142=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB378E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB378E is #04C871. Grayscale: #7B7B7B. Windows color (decimal): -313458 or 9320443. OLE color: 9320443.

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

Color convert

RGB 251 55 142 -
CMYK 0 0.78 0.43 0.02
HSL 333.37º 0.96% 0.6% -
HSV(B) 333.37º 0.78% 0.98% -
XYZ 46.03 25.19 28.03 -
YUV 123.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 251 55 142 0 0.78 0.43 0.02 333.37 0.96 0.6
Hex FB 37 8E 0 4E 2B 2 14D 60 3C
Octal 373 67 216 0 116 53 2 515 140 74
Binary 11111011 110111 10001110 0 1001110 101011 10 101001101 1100000 111100

Color Harmonies of #FB378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB378E

Black with #FB378E

Text Example


Text Example

White with #FB378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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