Html Css Color HEX #FA2C85 Wild Strawberry

📋 copy color: '#FA2C85'

red 250 ◦ green 44 ◦ blue 133

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

Shades of Wild Strawberry #FA2C85

Tints of Wild Strawberry #FA2C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.3%

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

R = 58.55%
G = 10.3%
B = 31.15%

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

#FA2C85 (or 0xFA2C85) is known color: Wild Strawberry. HEX triplet: FA, 2C and 85. RGB value is (250,44,133). Sum of RGB (Red+Green+Blue) = 250+44+133=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2C85 is #05D37A. Grayscale: #737373. Windows color (decimal): -381819 or 8727802. OLE color: 8727802.

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

Color convert

RGB 250 44 133 -
CMYK 0 0.82 0.47 0.02
HSL 334.08º 0.95% 0.58% -
HSV(B) 334.08º 0.82% 0.98% -
XYZ 44.56 23.82 24.44 -
YUV 115.74 137.75 223.76 -
System Red Green Blue C M Y K H S L
Decimal 250 44 133 0 0.82 0.47 0.02 334.08 0.95 0.58
Hex FA 2C 85 0 52 2F 2 14E 5F 3A
Octal 372 54 205 0 122 57 2 516 137 72
Binary 11111010 101100 10000101 0 1010010 101111 10 101001110 1011111 111010

Color Harmonies of #FA2C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C85

Black with #FA2C85

Text Example


Text Example

White with #FA2C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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