Html Css Color HEX #FA2687 Wild Strawberry

📋 copy color: '#FA2687'

red 250 ◦ green 38 ◦ blue 135

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

Shades of Wild Strawberry #FA2687

Tints of Wild Strawberry #FA2687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.98%

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

R = 59.1%
G = 8.98%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA2687 (or 0xFA2687) is known color: Wild Strawberry. HEX triplet: FA, 26 and 87. RGB value is (250,38,135). Sum of RGB (Red+Green+Blue) = 250+38+135=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2687 is #05D978. Grayscale: #707070. Windows color (decimal): -383353 or 8857338. OLE color: 8857338.

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

Color convert

RGB 250 38 135 -
CMYK 0 0.85 0.46 0.02
HSL 332.55º 0.95% 0.56% -
HSV(B) 332.55º 0.85% 0.98% -
XYZ 44.49 23.46 25.1 -
YUV 112.45 140.74 226.11 -
System Red Green Blue C M Y K H S L
Decimal 250 38 135 0 0.85 0.46 0.02 332.55 0.95 0.56
Hex FA 26 87 0 55 2E 2 14D 5F 38
Octal 372 46 207 0 125 56 2 515 137 70
Binary 11111010 100110 10000111 0 1010101 101110 10 101001101 1011111 111000

Color Harmonies of #FA2687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2687

Black with #FA2687

Text Example


Text Example

White with #FA2687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2687; }

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

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

background-color css

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

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

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

border-color css

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

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

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