Html Css Color HEX #FA2B96 Wild Strawberry

📋 copy color: '#FA2B96'

red 250 ◦ green 43 ◦ blue 150

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

Shades of Wild Strawberry #FA2B96

Tints of Wild Strawberry #FA2B96

RGB

 RED value IS 250 (98.05% from 255) = 56.43%

 GREEN value IS 43 (17.19% from 255) = 9.71%

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

R = 56.43%
G = 9.71%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA2B96 (or 0xFA2B96) is known color: Wild Strawberry. HEX triplet: FA, 2B and 96. RGB value is (250,43,150). Sum of RGB (Red+Green+Blue) = 250+43+150=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2B96 is #05D469. Grayscale: #747474. Windows color (decimal): -382058 or 9841658. OLE color: 9841658.

HSL color Cylindrical-coordinate representation of color #FA2B96: hue angle of 328.99º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B96 is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 43 150 -
CMYK 0 0.83 0.4 0.02
HSL 328.99º 0.95% 0.57% -
HSV(B) 328.99º 0.83% 0.98% -
XYZ 45.79 24.25 31.12 -
YUV 117.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 250 43 150 0 0.83 0.4 0.02 328.99 0.95 0.57
Hex FA 2B 96 0 53 28 2 149 5F 39
Octal 372 53 226 0 123 50 2 511 137 71
Binary 11111010 101011 10010110 0 1010011 101000 10 101001001 1011111 111001

Color Harmonies of #FA2B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B96

Black with #FA2B96

Text Example


Text Example

White with #FA2B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B96; }

 p { color: rgb(250,43,150); }

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

background-color css

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

 a { background-color: rgb(250,43,150); }

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

border-color css

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

 span { border-color: rgb(250,43,150); }

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