Html Css Color HEX #FB358D Wild Strawberry

📋 copy color: '#FB358D'

red 251 ◦ green 53 ◦ blue 141

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

Shades of Wild Strawberry #FB358D

Tints of Wild Strawberry #FB358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.91%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 56.4%
G = 11.91%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB358D (or 0xFB358D) is known color: Wild Strawberry. HEX triplet: FB, 35 and 8D. RGB value is (251,53,141). Sum of RGB (Red+Green+Blue) = 251+53+141=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB358D is #04CA72. Grayscale: #7A7A7A. Windows color (decimal): -313971 or 9254395. OLE color: 9254395.

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

Color convert

RGB 251 53 141 -
CMYK 0 0.79 0.44 0.02
HSL 333.33º 0.96% 0.6% -
HSV(B) 333.33º 0.79% 0.98% -
XYZ 45.86 24.98 27.6 -
YUV 122.23 138.6 219.84 -
System Red Green Blue C M Y K H S L
Decimal 251 53 141 0 0.79 0.44 0.02 333.33 0.96 0.6
Hex FB 35 8D 0 4F 2C 2 14D 60 3C
Octal 373 65 215 0 117 54 2 515 140 74
Binary 11111011 110101 10001101 0 1001111 101100 10 101001101 1100000 111100

Color Harmonies of #FB358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB358D

Black with #FB358D

Text Example


Text Example

White with #FB358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB358D; }

 p { color: rgb(251,53,141); }

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

background-color css

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

 a { background-color: rgb(251,53,141); }

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

border-color css

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

 span { border-color: rgb(251,53,141); }

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