Html Css Color HEX #FB309D Wild Strawberry

📋 copy color: '#FB309D'

red 251 ◦ green 48 ◦ blue 157

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

Shades of Wild Strawberry #FB309D

Tints of Wild Strawberry #FB309D

RGB

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

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

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

R = 55.04%
G = 10.53%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB309D (or 0xFB309D) is known color: Wild Strawberry. HEX triplet: FB, 30 and 9D. RGB value is (251,48,157). Sum of RGB (Red+Green+Blue) = 251+48+157=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB309D is #04CF62. Grayscale: #787878. Windows color (decimal): -315235 or 10301691. OLE color: 10301691.

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

Color convert

RGB 251 48 157 -
CMYK 0 0.81 0.37 0.02
HSL 327.78º 0.96% 0.59% -
HSV(B) 327.78º 0.81% 0.98% -
XYZ 46.93 25.06 34.26 -
YUV 121.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 251 48 157 0 0.81 0.37 0.02 327.78 0.96 0.59
Hex FB 30 9D 0 51 25 2 148 60 3B
Octal 373 60 235 0 121 45 2 510 140 73
Binary 11111011 110000 10011101 0 1010001 100101 10 101001000 1100000 111011

Color Harmonies of #FB309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB309D

Black with #FB309D

Text Example


Text Example

White with #FB309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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