Html Css Color HEX #FA389A Wild Strawberry

📋 copy color: '#FA389A'

red 250 ◦ green 56 ◦ blue 154

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

Shades of Wild Strawberry #FA389A

Tints of Wild Strawberry #FA389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 54.35%
G = 12.17%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA389A (or 0xFA389A) is known color: Wild Strawberry. HEX triplet: FA, 38 and 9A. RGB value is (250,56,154). Sum of RGB (Red+Green+Blue) = 250+56+154=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA389A is #05C765. Grayscale: #7C7C7C. Windows color (decimal): -378726 or 10107130. OLE color: 10107130.

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

Color convert

RGB 250 56 154 -
CMYK 0 0.78 0.38 0.02
HSL 329.69º 0.95% 0.6% -
HSV(B) 329.69º 0.78% 0.98% -
XYZ 46.67 25.49 33.03 -
YUV 125.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 250 56 154 0 0.78 0.38 0.02 329.69 0.95 0.6
Hex FA 38 9A 0 4E 26 2 14A 5F 3C
Octal 372 70 232 0 116 46 2 512 137 74
Binary 11111010 111000 10011010 0 1001110 100110 10 101001010 1011111 111100

Color Harmonies of #FA389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA389A

Black with #FA389A

Text Example


Text Example

White with #FA389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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