Html Css Color HEX #FA3087 Wild Strawberry

📋 copy color: '#FA3087'

red 250 ◦ green 48 ◦ blue 135

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

Shades of Wild Strawberry #FA3087

Tints of Wild Strawberry #FA3087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 57.74%
G = 11.09%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA3087 (or 0xFA3087) is known color: Wild Strawberry. HEX triplet: FA, 30 and 87. RGB value is (250,48,135). Sum of RGB (Red+Green+Blue) = 250+48+135=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3087 is #05CF78. Grayscale: #767676. Windows color (decimal): -380793 or 8859898. OLE color: 8859898.

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

Color convert

RGB 250 48 135 -
CMYK 0 0.81 0.46 0.02
HSL 334.16º 0.95% 0.58% -
HSV(B) 334.16º 0.81% 0.98% -
XYZ 44.85 24.19 25.23 -
YUV 118.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 250 48 135 0 0.81 0.46 0.02 334.16 0.95 0.58
Hex FA 30 87 0 51 2E 2 14E 5F 3A
Octal 372 60 207 0 121 56 2 516 137 72
Binary 11111010 110000 10000111 0 1010001 101110 10 101001110 1011111 111010

Color Harmonies of #FA3087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3087

Black with #FA3087

Text Example


Text Example

White with #FA3087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3087; }

 p { color: rgb(250,48,135); }

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

background-color css

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

 a { background-color: rgb(250,48,135); }

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

border-color css

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

 span { border-color: rgb(250,48,135); }

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