Html Css Color HEX #FB368B Wild Strawberry

📋 copy color: '#FB368B'

red 251 ◦ green 54 ◦ blue 139

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

Shades of Wild Strawberry #FB368B

Tints of Wild Strawberry #FB368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.16%

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

R = 56.53%
G = 12.16%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB368B (or 0xFB368B) is known color: Wild Strawberry. HEX triplet: FB, 36 and 8B. RGB value is (251,54,139). Sum of RGB (Red+Green+Blue) = 251+54+139=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB368B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB368B is #04C974. Grayscale: #7A7A7A. Windows color (decimal): -313717 or 9123579. OLE color: 9123579.

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

Color convert

RGB 251 54 139 -
CMYK 0 0.78 0.45 0.02
HSL 334.11º 0.96% 0.6% -
HSV(B) 334.11º 0.78% 0.98% -
XYZ 45.76 25.01 26.84 -
YUV 122.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 251 54 139 0 0.78 0.45 0.02 334.11 0.96 0.6
Hex FB 36 8B 0 4E 2D 2 14E 60 3C
Octal 373 66 213 0 116 55 2 516 140 74
Binary 11111011 110110 10001011 0 1001110 101101 10 101001110 1100000 111100

Color Harmonies of #FB368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB368B

Black with #FB368B

Text Example


Text Example

White with #FB368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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