Html Css Color HEX #FB359C Wild Strawberry

📋 copy color: '#FB359C'

red 251 ◦ green 53 ◦ blue 156

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

Shades of Wild Strawberry #FB359C

Tints of Wild Strawberry #FB359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 54.57%
G = 11.52%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB359C (or 0xFB359C) is known color: Wild Strawberry. HEX triplet: FB, 35 and 9C. RGB value is (251,53,156). Sum of RGB (Red+Green+Blue) = 251+53+156=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB359C is #04CA63. Grayscale: #7B7B7B. Windows color (decimal): -313956 or 10237435. OLE color: 10237435.

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

Color convert

RGB 251 53 156 -
CMYK 0 0.79 0.38 0.02
HSL 328.79º 0.96% 0.6% -
HSV(B) 328.79º 0.79% 0.98% -
XYZ 47.06 25.46 33.89 -
YUV 123.94 146.1 218.62 -
System Red Green Blue C M Y K H S L
Decimal 251 53 156 0 0.79 0.38 0.02 328.79 0.96 0.6
Hex FB 35 9C 0 4F 26 2 149 60 3C
Octal 373 65 234 0 117 46 2 511 140 74
Binary 11111011 110101 10011100 0 1001111 100110 10 101001001 1100000 111100

Color Harmonies of #FB359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB359C

Black with #FB359C

Text Example


Text Example

White with #FB359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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