Html Css Color HEX #FB348E Wild Strawberry

📋 copy color: '#FB348E'

red 251 ◦ green 52 ◦ blue 142

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

Shades of Wild Strawberry #FB348E

Tints of Wild Strawberry #FB348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.69%

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

R = 56.4%
G = 11.69%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB348E (or 0xFB348E) is known color: Wild Strawberry. HEX triplet: FB, 34 and 8E. RGB value is (251,52,142). Sum of RGB (Red+Green+Blue) = 251+52+142=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB348E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB348E is #04CB71. Grayscale: #797979. Windows color (decimal): -314226 or 9319675. OLE color: 9319675.

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

Color convert

RGB 251 52 142 -
CMYK 0 0.79 0.43 0.02
HSL 332.86º 0.96% 0.59% -
HSV(B) 332.86º 0.79% 0.98% -
XYZ 45.89 24.92 27.98 -
YUV 121.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 251 52 142 0 0.79 0.43 0.02 332.86 0.96 0.59
Hex FB 34 8E 0 4F 2B 2 14D 60 3B
Octal 373 64 216 0 117 53 2 515 140 73
Binary 11111011 110100 10001110 0 1001111 101011 10 101001101 1100000 111011

Color Harmonies of #FB348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB348E

Black with #FB348E

Text Example


Text Example

White with #FB348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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