Html Css Color HEX #FB4096 Wild Strawberry

📋 copy color: '#FB4096'

red 251 ◦ green 64 ◦ blue 150

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

Shades of Wild Strawberry #FB4096

Tints of Wild Strawberry #FB4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.76%

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 53.98%
G = 13.76%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB4096 (or 0xFB4096) is known color: Wild Strawberry. HEX triplet: FB, 40 and 96. RGB value is (251,64,150). Sum of RGB (Red+Green+Blue) = 251+64+150=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4096 is #04BF69. Grayscale: #818181. Windows color (decimal): -311146 or 9847035. OLE color: 9847035.

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

Color convert

RGB 251 64 150 -
CMYK 0 0.75 0.40 0.02
HSL 332.41º 0.96% 0.62% -
HSV(B) 332.41º 0.75% 0.98% -
XYZ 47.12 26.38 31.46 -
YUV 129.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 251 64 150 0 0.75 0.40 0.02 332.41 0.96 0.62
Hex FB 40 96 0 4B 28 2 14C 60 3E
Octal 373 100 226 0 113 50 2 514 140 76
Binary 11111011 1000000 10010110 0 1001011 101000 10 101001100 1100000 111110

Color Harmonies of #FB4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4096

Black with #FB4096

Text Example


Text Example

White with #FB4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4096; }

 p { color: rgb(251,64,150); }

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

background-color css

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

 a { background-color: rgb(251,64,150); }

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

border-color css

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

 span { border-color: rgb(251,64,150); }

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