Html Css Color HEX #FA2C81 Wild Strawberry

📋 copy color: '#FA2C81'

red 250 ◦ green 44 ◦ blue 129

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

Shades of Wild Strawberry #FA2C81

Tints of Wild Strawberry #FA2C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 59.1%
G = 10.4%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA2C81 (or 0xFA2C81) is known color: Wild Strawberry. HEX triplet: FA, 2C and 81. RGB value is (250,44,129). Sum of RGB (Red+Green+Blue) = 250+44+129=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2C81 is #05D37E. Grayscale: #737373. Windows color (decimal): -381823 or 8465658. OLE color: 8465658.

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

Color convert

RGB 250 44 129 -
CMYK 0 0.82 0.48 0.02
HSL 335.24º 0.95% 0.58% -
HSV(B) 335.24º 0.82% 0.98% -
XYZ 44.29 23.71 23.01 -
YUV 115.28 135.75 224.09 -
System Red Green Blue C M Y K H S L
Decimal 250 44 129 0 0.82 0.48 0.02 335.24 0.95 0.58
Hex FA 2C 81 0 52 30 2 14F 5F 3A
Octal 372 54 201 0 122 60 2 517 137 72
Binary 11111010 101100 10000001 0 1010010 110000 10 101001111 1011111 111010

Color Harmonies of #FA2C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C81

Black with #FA2C81

Text Example


Text Example

White with #FA2C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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