Html Css Color HEX #FB3992 Wild Strawberry

📋 copy color: '#FB3992'

red 251 ◦ green 57 ◦ blue 146

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

Shades of Wild Strawberry #FB3992

Tints of Wild Strawberry #FB3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.56%

 BLUE value IS 146 (57.42% from 255) = 32.16%

R = 55.29%
G = 12.56%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB3992 (or 0xFB3992) is known color: Wild Strawberry. HEX triplet: FB, 39 and 92. RGB value is (251,57,146). Sum of RGB (Red+Green+Blue) = 251+57+146=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3992 is #04C66D. Grayscale: #7C7C7C. Windows color (decimal): -312942 or 9583099. OLE color: 9583099.

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

Color convert

RGB 251 57 146 -
CMYK 0 0.77 0.42 0.02
HSL 332.47º 0.96% 0.6% -
HSV(B) 332.47º 0.77% 0.98% -
XYZ 46.44 25.51 29.67 -
YUV 125.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 251 57 146 0 0.77 0.42 0.02 332.47 0.96 0.6
Hex FB 39 92 0 4D 2A 2 14C 60 3C
Octal 373 71 222 0 115 52 2 514 140 74
Binary 11111011 111001 10010010 0 1001101 101010 10 101001100 1100000 111100

Color Harmonies of #FB3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3992

Black with #FB3992

Text Example


Text Example

White with #FB3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3992; }

 p { color: rgb(251,57,146); }

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

background-color css

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

 a { background-color: rgb(251,57,146); }

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

border-color css

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

 span { border-color: rgb(251,57,146); }

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