Html Css Color HEX #FA2F9E Wild Strawberry

📋 copy color: '#FA2F9E'

red 250 ◦ green 47 ◦ blue 158

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

Shades of Wild Strawberry #FA2F9E

Tints of Wild Strawberry #FA2F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.73%

R = 54.95%
G = 10.33%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA2F9E (or 0xFA2F9E) is known color: Wild Strawberry. HEX triplet: FA, 2F and 9E. RGB value is (250,47,158). Sum of RGB (Red+Green+Blue) = 250+47+158=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F9E is #05D061. Grayscale: #787878. Windows color (decimal): -381026 or 10366970. OLE color: 10366970.

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

Color convert

RGB 250 47 158 -
CMYK 0 0.81 0.37 0.02
HSL 327.19º 0.95% 0.58% -
HSV(B) 327.19º 0.81% 0.98% -
XYZ 46.61 24.83 34.68 -
YUV 120.35 149.25 220.47 -
System Red Green Blue C M Y K H S L
Decimal 250 47 158 0 0.81 0.37 0.02 327.19 0.95 0.58
Hex FA 2F 9E 0 51 25 2 147 5F 3A
Octal 372 57 236 0 121 45 2 507 137 72
Binary 11111010 101111 10011110 0 1010001 100101 10 101000111 1011111 111010

Color Harmonies of #FA2F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F9E

Black with #FA2F9E

Text Example


Text Example

White with #FA2F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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