Html Css Color HEX #FA338C Wild Strawberry

📋 copy color: '#FA338C'

red 250 ◦ green 51 ◦ blue 140

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

Shades of Wild Strawberry #FA338C

Tints of Wild Strawberry #FA338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 56.69%
G = 11.56%
B = 31.75%

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

#FA338C (or 0xFA338C) is known color: Wild Strawberry. HEX triplet: FA, 33 and 8C. RGB value is (250,51,140). Sum of RGB (Red+Green+Blue) = 250+51+140=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA338C is #05CC73. Grayscale: #787878. Windows color (decimal): -380020 or 9188346. OLE color: 9188346.

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

Color convert

RGB 250 51 140 -
CMYK 0 0.80 0.44 0.02
HSL 333.17º 0.95% 0.59% -
HSV(B) 333.17º 0.8% 0.98% -
XYZ 45.34 24.59 27.17 -
YUV 120.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 250 51 140 0 0.80 0.44 0.02 333.17 0.95 0.59
Hex FA 33 8C 0 50 2C 2 14D 5F 3B
Octal 372 63 214 0 120 54 2 515 137 73
Binary 11111010 110011 10001100 0 1010000 101100 10 101001101 1011111 111011

Color Harmonies of #FA338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA338C

Black with #FA338C

Text Example


Text Example

White with #FA338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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