Html Css Color HEX #FA2E9A Wild Strawberry

📋 copy color: '#FA2E9A'

red 250 ◦ green 46 ◦ blue 154

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

Shades of Wild Strawberry #FA2E9A

Tints of Wild Strawberry #FA2E9A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.22%

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 55.56%
G = 10.22%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA2E9A (or 0xFA2E9A) is known color: Wild Strawberry. HEX triplet: FA, 2E and 9A. RGB value is (250,46,154). Sum of RGB (Red+Green+Blue) = 250+46+154=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2E9A is #05D165. Grayscale: #777777. Windows color (decimal): -381286 or 10104570. OLE color: 10104570.

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

Color convert

RGB 250 46 154 -
CMYK 0 0.82 0.38 0.02
HSL 328.24º 0.95% 0.58% -
HSV(B) 328.24º 0.82% 0.98% -
XYZ 46.23 24.61 32.89 -
YUV 119.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 250 46 154 0 0.82 0.38 0.02 328.24 0.95 0.58
Hex FA 2E 9A 0 52 26 2 148 5F 3A
Octal 372 56 232 0 122 46 2 510 137 72
Binary 11111010 101110 10011010 0 1010010 100110 10 101001000 1011111 111010

Color Harmonies of #FA2E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E9A

Black with #FA2E9A

Text Example


Text Example

White with #FA2E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E9A; }

 p { color: rgb(250,46,154); }

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

background-color css

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

 a { background-color: rgb(250,46,154); }

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

border-color css

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

 span { border-color: rgb(250,46,154); }

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