Html Css Color HEX #FA2E85 Wild Strawberry

📋 copy color: '#FA2E85'

red 250 ◦ green 46 ◦ blue 133

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

Shades of Wild Strawberry #FA2E85

Tints of Wild Strawberry #FA2E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31%

R = 58.28%
G = 10.72%
B = 31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA2E85 (or 0xFA2E85) is known color: Wild Strawberry. HEX triplet: FA, 2E and 85. RGB value is (250,46,133). Sum of RGB (Red+Green+Blue) = 250+46+133=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2E85 is #05D17A. Grayscale: #747474. Windows color (decimal): -381307 or 8728314. OLE color: 8728314.

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

Color convert

RGB 250 46 133 -
CMYK 0 0.82 0.47 0.02
HSL 334.41º 0.95% 0.58% -
HSV(B) 334.41º 0.82% 0.98% -
XYZ 44.63 23.97 24.46 -
YUV 116.91 137.09 222.93 -
System Red Green Blue C M Y K H S L
Decimal 250 46 133 0 0.82 0.47 0.02 334.41 0.95 0.58
Hex FA 2E 85 0 52 2F 2 14E 5F 3A
Octal 372 56 205 0 122 57 2 516 137 72
Binary 11111010 101110 10000101 0 1010010 101111 10 101001110 1011111 111010

Color Harmonies of #FA2E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E85

Black with #FA2E85

Text Example


Text Example

White with #FA2E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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