Html Css Color HEX #FB348A Wild Strawberry

📋 copy color: '#FB348A'

red 251 ◦ green 52 ◦ blue 138

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

Shades of Wild Strawberry #FB348A

Tints of Wild Strawberry #FB348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 56.92%
G = 11.79%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB348A (or 0xFB348A) is known color: Wild Strawberry. HEX triplet: FB, 34 and 8A. RGB value is (251,52,138). Sum of RGB (Red+Green+Blue) = 251+52+138=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB348A is #04CB75. Grayscale: #797979. Windows color (decimal): -314230 or 9057531. OLE color: 9057531.

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

Color convert

RGB 251 52 138 -
CMYK 0 0.79 0.45 0.02
HSL 334.07º 0.96% 0.59% -
HSV(B) 334.07º 0.79% 0.98% -
XYZ 45.6 24.8 26.43 -
YUV 121.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 251 52 138 0 0.79 0.45 0.02 334.07 0.96 0.59
Hex FB 34 8A 0 4F 2D 2 14E 60 3B
Octal 373 64 212 0 117 55 2 516 140 73
Binary 11111011 110100 10001010 0 1001111 101101 10 101001110 1100000 111011

Color Harmonies of #FB348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB348A

Black with #FB348A

Text Example


Text Example

White with #FB348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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