Html Css Color HEX #FB308B Wild Strawberry

📋 copy color: '#FB308B'

red 251 ◦ green 48 ◦ blue 139

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

Shades of Wild Strawberry #FB308B

Tints of Wild Strawberry #FB308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 57.31%
G = 10.96%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB308B (or 0xFB308B) is known color: Wild Strawberry. HEX triplet: FB, 30 and 8B. RGB value is (251,48,139). Sum of RGB (Red+Green+Blue) = 251+48+139=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB308B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB308B is #04CF74. Grayscale: #767676. Windows color (decimal): -315253 or 9122043. OLE color: 9122043.

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

Color convert

RGB 251 48 139 -
CMYK 0 0.81 0.45 0.02
HSL 333.1º 0.96% 0.59% -
HSV(B) 333.1º 0.81% 0.98% -
XYZ 45.5 24.49 26.75 -
YUV 119.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 251 48 139 0 0.81 0.45 0.02 333.1 0.96 0.59
Hex FB 30 8B 0 51 2D 2 14D 60 3B
Octal 373 60 213 0 121 55 2 515 140 73
Binary 11111011 110000 10001011 0 1010001 101101 10 101001101 1100000 111011

Color Harmonies of #FB308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB308B

Black with #FB308B

Text Example


Text Example

White with #FB308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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