Html Css Color HEX #FB3095 Wild Strawberry

📋 copy color: '#FB3095'

red 251 ◦ green 48 ◦ blue 149

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

Shades of Wild Strawberry #FB3095

Tints of Wild Strawberry #FB3095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.71%

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 56.03%
G = 10.71%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB3095 (or 0xFB3095) is known color: Wild Strawberry. HEX triplet: FB, 30 and 95. RGB value is (251,48,149). Sum of RGB (Red+Green+Blue) = 251+48+149=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3095 is #04CF6A. Grayscale: #787878. Windows color (decimal): -315243 or 9777403. OLE color: 9777403.

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

Color convert

RGB 251 48 149 -
CMYK 0 0.81 0.41 0.02
HSL 330.15º 0.96% 0.59% -
HSV(B) 330.15º 0.81% 0.98% -
XYZ 46.27 24.79 30.78 -
YUV 120.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 251 48 149 0 0.81 0.41 0.02 330.15 0.96 0.59
Hex FB 30 95 0 51 29 2 14A 60 3B
Octal 373 60 225 0 121 51 2 512 140 73
Binary 11111011 110000 10010101 0 1010001 101001 10 101001010 1100000 111011

Color Harmonies of #FB3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3095

Black with #FB3095

Text Example


Text Example

White with #FB3095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3095; }

 p { color: rgb(251,48,149); }

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

background-color css

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

 a { background-color: rgb(251,48,149); }

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

border-color css

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

 span { border-color: rgb(251,48,149); }

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