Html Css Color HEX #FB359D Wild Strawberry

📋 copy color: '#FB359D'

red 251 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #FB359D

Tints of Wild Strawberry #FB359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 54.45%
G = 11.5%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB359D (or 0xFB359D) is known color: Wild Strawberry. HEX triplet: FB, 35 and 9D. RGB value is (251,53,157). Sum of RGB (Red+Green+Blue) = 251+53+157=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB359D is #04CA62. Grayscale: #7B7B7B. Windows color (decimal): -313955 or 10302971. OLE color: 10302971.

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

Color convert

RGB 251 53 157 -
CMYK 0 0.79 0.37 0.02
HSL 328.48º 0.96% 0.6% -
HSV(B) 328.48º 0.79% 0.98% -
XYZ 47.14 25.49 34.33 -
YUV 124.06 146.6 218.54 -
System Red Green Blue C M Y K H S L
Decimal 251 53 157 0 0.79 0.37 0.02 328.48 0.96 0.6
Hex FB 35 9D 0 4F 25 2 148 60 3C
Octal 373 65 235 0 117 45 2 510 140 74
Binary 11111011 110101 10011101 0 1001111 100101 10 101001000 1100000 111100

Color Harmonies of #FB359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB359D

Black with #FB359D

Text Example


Text Example

White with #FB359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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