Html Css Color HEX #FB358C Wild Strawberry

📋 copy color: '#FB358C'

red 251 ◦ green 53 ◦ blue 140

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

Shades of Wild Strawberry #FB358C

Tints of Wild Strawberry #FB358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 56.53%
G = 11.94%
B = 31.53%

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

#FB358C (or 0xFB358C) is known color: Wild Strawberry. HEX triplet: FB, 35 and 8C. RGB value is (251,53,140). Sum of RGB (Red+Green+Blue) = 251+53+140=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB358C is #04CA73. Grayscale: #797979. Windows color (decimal): -313972 or 9188859. OLE color: 9188859.

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

Color convert

RGB 251 53 140 -
CMYK 0 0.79 0.44 0.02
HSL 333.64º 0.96% 0.6% -
HSV(B) 333.64º 0.79% 0.98% -
XYZ 45.79 24.95 27.21 -
YUV 122.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 251 53 140 0 0.79 0.44 0.02 333.64 0.96 0.6
Hex FB 35 8C 0 4F 2C 2 14E 60 3C
Octal 373 65 214 0 117 54 2 516 140 74
Binary 11111011 110101 10001100 0 1001111 101100 10 101001110 1100000 111100

Color Harmonies of #FB358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB358C

Black with #FB358C

Text Example


Text Example

White with #FB358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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