Html Css Color HEX #FB308C Wild Strawberry

📋 copy color: '#FB308C'

red 251 ◦ green 48 ◦ blue 140

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

Shades of Wild Strawberry #FB308C

Tints of Wild Strawberry #FB308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 57.18%
G = 10.93%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB308C (or 0xFB308C) is known color: Wild Strawberry. HEX triplet: FB, 30 and 8C. RGB value is (251,48,140). Sum of RGB (Red+Green+Blue) = 251+48+140=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB308C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB308C is #04CF73. Grayscale: #777777. Windows color (decimal): -315252 or 9187579. OLE color: 9187579.

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

Color convert

RGB 251 48 140 -
CMYK 0 0.81 0.44 0.02
HSL 332.81º 0.96% 0.59% -
HSV(B) 332.81º 0.81% 0.98% -
XYZ 45.57 24.52 27.14 -
YUV 119.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 251 48 140 0 0.81 0.44 0.02 332.81 0.96 0.59
Hex FB 30 8C 0 51 2C 2 14D 60 3B
Octal 373 60 214 0 121 54 2 515 140 73
Binary 11111011 110000 10001100 0 1010001 101100 10 101001101 1100000 111011

Color Harmonies of #FB308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB308C

Black with #FB308C

Text Example


Text Example

White with #FB308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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