Html Css Color HEX #FA278D Wild Strawberry

📋 copy color: '#FA278D'

red 250 ◦ green 39 ◦ blue 141

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

Shades of Wild Strawberry #FA278D

Tints of Wild Strawberry #FA278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 58.14%
G = 9.07%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA278D (or 0xFA278D) is known color: Wild Strawberry. HEX triplet: FA, 27 and 8D. RGB value is (250,39,141). Sum of RGB (Red+Green+Blue) = 250+39+141=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA278D is #05D872. Grayscale: #717171. Windows color (decimal): -383091 or 9250810. OLE color: 9250810.

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

Color convert

RGB 250 39 141 -
CMYK 0 0.84 0.44 0.02
HSL 331º 0.95% 0.57% -
HSV(B) 331º 0.84% 0.98% -
XYZ 44.96 23.7 27.4 -
YUV 113.72 143.4 225.21 -
System Red Green Blue C M Y K H S L
Decimal 250 39 141 0 0.84 0.44 0.02 331 0.95 0.57
Hex FA 27 8D 0 54 2C 2 14B 5F 39
Octal 372 47 215 0 124 54 2 513 137 71
Binary 11111010 100111 10001101 0 1010100 101100 10 101001011 1011111 111001

Color Harmonies of #FA278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA278D

Black with #FA278D

Text Example


Text Example

White with #FA278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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