Html Css Color HEX #FB308D Wild Strawberry

📋 copy color: '#FB308D'

red 251 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #FB308D

Tints of Wild Strawberry #FB308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 57.05%
G = 10.91%
B = 32.05%

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

#FB308D (or 0xFB308D) is known color: Wild Strawberry. HEX triplet: FB, 30 and 8D. RGB value is (251,48,141). Sum of RGB (Red+Green+Blue) = 251+48+141=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB308D is #04CF72. Grayscale: #777777. Windows color (decimal): -315251 or 9253115. OLE color: 9253115.

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

Color convert

RGB 251 48 141 -
CMYK 0 0.81 0.44 0.02
HSL 332.51º 0.96% 0.59% -
HSV(B) 332.51º 0.81% 0.98% -
XYZ 45.65 24.55 27.53 -
YUV 119.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 251 48 141 0 0.81 0.44 0.02 332.51 0.96 0.59
Hex FB 30 8D 0 51 2C 2 14D 60 3B
Octal 373 60 215 0 121 54 2 515 140 73
Binary 11111011 110000 10001101 0 1010001 101100 10 101001101 1100000 111011

Color Harmonies of #FB308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB308D

Black with #FB308D

Text Example


Text Example

White with #FB308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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