Html Css Color HEX #FA338D Wild Strawberry

📋 copy color: '#FA338D'

red 250 ◦ green 51 ◦ blue 141

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

Shades of Wild Strawberry #FA338D

Tints of Wild Strawberry #FA338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

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

R = 56.56%
G = 11.54%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA338D (or 0xFA338D) is known color: Wild Strawberry. HEX triplet: FA, 33 and 8D. RGB value is (250,51,141). Sum of RGB (Red+Green+Blue) = 250+51+141=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA338D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA338D is #05CC72. Grayscale: #787878. Windows color (decimal): -380019 or 9253882. OLE color: 9253882.

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

Color convert

RGB 250 51 141 -
CMYK 0 0.80 0.44 0.02
HSL 332.86º 0.95% 0.59% -
HSV(B) 332.86º 0.8% 0.98% -
XYZ 45.42 24.61 27.56 -
YUV 120.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 250 51 141 0 0.80 0.44 0.02 332.86 0.95 0.59
Hex FA 33 8D 0 50 2C 2 14D 5F 3B
Octal 372 63 215 0 120 54 2 515 137 73
Binary 11111010 110011 10001101 0 1010000 101100 10 101001101 1011111 111011

Color Harmonies of #FA338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA338D

Black with #FA338D

Text Example


Text Example

White with #FA338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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