Html Css Color HEX #FA388D Wild Strawberry

📋 copy color: '#FA388D'

red 250 ◦ green 56 ◦ blue 141

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

Shades of Wild Strawberry #FA388D

Tints of Wild Strawberry #FA388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 55.93%
G = 12.53%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA388D (or 0xFA388D) is known color: Wild Strawberry. HEX triplet: FA, 38 and 8D. RGB value is (250,56,141). Sum of RGB (Red+Green+Blue) = 250+56+141=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA388D is #05C772. Grayscale: #7B7B7B. Windows color (decimal): -378739 or 9255162. OLE color: 9255162.

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

Color convert

RGB 250 56 141 -
CMYK 0 0.78 0.44 0.02
HSL 333.71º 0.95% 0.6% -
HSV(B) 333.71º 0.78% 0.98% -
XYZ 45.65 25.08 27.63 -
YUV 123.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 250 56 141 0 0.78 0.44 0.02 333.71 0.95 0.6
Hex FA 38 8D 0 4E 2C 2 14E 5F 3C
Octal 372 70 215 0 116 54 2 516 137 74
Binary 11111010 111000 10001101 0 1001110 101100 10 101001110 1011111 111100

Color Harmonies of #FA388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA388D

Black with #FA388D

Text Example


Text Example

White with #FA388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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