Html Css Color HEX #FA2780 Wild Strawberry

📋 copy color: '#FA2780'

red 250 ◦ green 39 ◦ blue 128

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

Shades of Wild Strawberry #FA2780

Tints of Wild Strawberry #FA2780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.35%

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 59.95%
G = 9.35%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA2780 (or 0xFA2780) is known color: Wild Strawberry. HEX triplet: FA, 27 and 80. RGB value is (250,39,128). Sum of RGB (Red+Green+Blue) = 250+39+128=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2780 is #05D87F. Grayscale: #707070. Windows color (decimal): -383104 or 8398842. OLE color: 8398842.

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

Color convert

RGB 250 39 128 -
CMYK 0 0.84 0.49 0.02
HSL 334.69º 0.95% 0.57% -
HSV(B) 334.69º 0.84% 0.98% -
XYZ 44.05 23.33 22.6 -
YUV 112.24 136.9 226.26 -
System Red Green Blue C M Y K H S L
Decimal 250 39 128 0 0.84 0.49 0.02 334.69 0.95 0.57
Hex FA 27 80 0 54 31 2 14F 5F 39
Octal 372 47 200 0 124 61 2 517 137 71
Binary 11111010 100111 10000000 0 1010100 110001 10 101001111 1011111 111001

Color Harmonies of #FA2780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2780

Black with #FA2780

Text Example


Text Example

White with #FA2780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2780; }

 p { color: rgb(250,39,128); }

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

background-color css

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

 a { background-color: rgb(250,39,128); }

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

border-color css

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

 span { border-color: rgb(250,39,128); }

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