Html Css Color HEX #FA287D Wild Strawberry

📋 copy color: '#FA287D'

red 250 ◦ green 40 ◦ blue 125

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

Shades of Wild Strawberry #FA287D

Tints of Wild Strawberry #FA287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.64%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 60.24%
G = 9.64%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA287D (or 0xFA287D) is known color: Wild Strawberry. HEX triplet: FA, 28 and 7D. RGB value is (250,40,125). Sum of RGB (Red+Green+Blue) = 250+40+125=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA287D is #05D782. Grayscale: #707070. Windows color (decimal): -382851 or 8202490. OLE color: 8202490.

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

Color convert

RGB 250 40 125 -
CMYK 0 0.84 0.50 0.02
HSL 335.71º 0.95% 0.57% -
HSV(B) 335.71º 0.84% 0.98% -
XYZ 43.88 23.32 21.59 -
YUV 112.48 135.07 226.09 -
System Red Green Blue C M Y K H S L
Decimal 250 40 125 0 0.84 0.50 0.02 335.71 0.95 0.57
Hex FA 28 7D 0 54 32 2 150 5F 39
Octal 372 50 175 0 124 62 2 520 137 71
Binary 11111010 101000 1111101 0 1010100 110010 10 101010000 1011111 111001

Color Harmonies of #FA287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA287D

Black with #FA287D

Text Example


Text Example

White with #FA287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA287D; }

 p { color: rgb(250,40,125); }

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

background-color css

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

 a { background-color: rgb(250,40,125); }

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

border-color css

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

 span { border-color: rgb(250,40,125); }

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