Html Css Color HEX #FA2B8C Wild Strawberry

📋 copy color: '#FA2B8C'

red 250 ◦ green 43 ◦ blue 140

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

Shades of Wild Strawberry #FA2B8C

Tints of Wild Strawberry #FA2B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 57.74%
G = 9.93%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA2B8C (or 0xFA2B8C) is known color: Wild Strawberry. HEX triplet: FA, 2B and 8C. RGB value is (250,43,140). Sum of RGB (Red+Green+Blue) = 250+43+140=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2B8C is #05D473. Grayscale: #737373. Windows color (decimal): -382068 or 9186298. OLE color: 9186298.

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

Color convert

RGB 250 43 140 -
CMYK 0 0.83 0.44 0.02
HSL 331.88º 0.95% 0.57% -
HSV(B) 331.88º 0.83% 0.98% -
XYZ 45.02 23.95 27.06 -
YUV 115.95 141.58 223.61 -
System Red Green Blue C M Y K H S L
Decimal 250 43 140 0 0.83 0.44 0.02 331.88 0.95 0.57
Hex FA 2B 8C 0 53 2C 2 14C 5F 39
Octal 372 53 214 0 123 54 2 514 137 71
Binary 11111010 101011 10001100 0 1010011 101100 10 101001100 1011111 111001

Color Harmonies of #FA2B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B8C

Black with #FA2B8C

Text Example


Text Example

White with #FA2B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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