Html Css Color HEX #FA2F8D Wild Strawberry

📋 copy color: '#FA2F8D'

red 250 ◦ green 47 ◦ blue 141

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

Shades of Wild Strawberry #FA2F8D

Tints of Wild Strawberry #FA2F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 57.08%
G = 10.73%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA2F8D (or 0xFA2F8D) is known color: Wild Strawberry. HEX triplet: FA, 2F and 8D. RGB value is (250,47,141). Sum of RGB (Red+Green+Blue) = 250+47+141=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F8D is #05D072. Grayscale: #767676. Windows color (decimal): -381043 or 9252858. OLE color: 9252858.

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

Color convert

RGB 250 47 141 -
CMYK 0 0.81 0.44 0.02
HSL 332.22º 0.95% 0.58% -
HSV(B) 332.22º 0.81% 0.98% -
XYZ 45.25 24.28 27.5 -
YUV 118.41 140.75 221.86 -
System Red Green Blue C M Y K H S L
Decimal 250 47 141 0 0.81 0.44 0.02 332.22 0.95 0.58
Hex FA 2F 8D 0 51 2C 2 14C 5F 3A
Octal 372 57 215 0 121 54 2 514 137 72
Binary 11111010 101111 10001101 0 1010001 101100 10 101001100 1011111 111010

Color Harmonies of #FA2F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F8D

Black with #FA2F8D

Text Example


Text Example

White with #FA2F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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