Html Css Color HEX #FA2F87 Wild Strawberry

📋 copy color: '#FA2F87'

red 250 ◦ green 47 ◦ blue 135

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

Shades of Wild Strawberry #FA2F87

Tints of Wild Strawberry #FA2F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

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

R = 57.87%
G = 10.88%
B = 31.25%

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

#FA2F87 (or 0xFA2F87) is known color: Wild Strawberry. HEX triplet: FA, 2F and 87. RGB value is (250,47,135). Sum of RGB (Red+Green+Blue) = 250+47+135=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F87 is #05D078. Grayscale: #757575. Windows color (decimal): -381049 or 8859642. OLE color: 8859642.

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

Color convert

RGB 250 47 135 -
CMYK 0 0.81 0.46 0.02
HSL 333.99º 0.95% 0.58% -
HSV(B) 333.99º 0.81% 0.98% -
XYZ 44.81 24.11 25.21 -
YUV 117.73 137.75 222.34 -
System Red Green Blue C M Y K H S L
Decimal 250 47 135 0 0.81 0.46 0.02 333.99 0.95 0.58
Hex FA 2F 87 0 51 2E 2 14E 5F 3A
Octal 372 57 207 0 121 56 2 516 137 72
Binary 11111010 101111 10000111 0 1010001 101110 10 101001110 1011111 111010

Color Harmonies of #FA2F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F87

Black with #FA2F87

Text Example


Text Example

White with #FA2F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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